delivery_estimate
Estimate delivery date and source warehouse for any product by providing a SKU or product URL. See predicted arrival and fulfillment origin before placing an order.
Instructions
When a product would arrive, to which of the account's addresses, and from which warehouse ("Завтра, 2 сентября" / "ул. Данилова, 17" / "Со склада Ozon"). The date is relative to that address, so quote both. This is per product, before ordering; for an existing order the dates are in list_orders(), and for an order being formed in get_checkout().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku_or_url | Yes | A product SKU ("3077454533") or a full ozon.ru product URL. Variants have their own SKUs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| source | No | ||
| address | No | ||
| delivery | No |