From e76a43039a7984d42aa77451e334d604deee19f3 Mon Sep 17 00:00:00 2001 From: Alex Kyriakou Date: Wed, 11 Sep 2024 13:59:34 +0300 Subject: [PATCH] Add new order merchant state partially_delivered for orders API and webhooks --- source/localizable/smart_cart/_order_object.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/localizable/smart_cart/_order_object.html.md.erb b/source/localizable/smart_cart/_order_object.html.md.erb index 992e8799..684d2fb9 100644 --- a/source/localizable/smart_cart/_order_object.html.md.erb +++ b/source/localizable/smart_cart/_order_object.html.md.erb @@ -3,7 +3,7 @@ Name | Type | Value | Description ------------ | ------ | ----- | ----------------- `code` | String | | Order code -`state` | String | `open`, `accepted`, `rejected`, `cancelled`, `expired`,
`dispatched`, `delivered`, `partially_returned`, `returned`, `for_return` | Order state +`state` | String | `open`, `accepted`, `rejected`, `cancelled`, `expired`,
`dispatched`, `delivered`, `partially_returned`, `returned`, `for_return`, `partially_delivered` | Order state `customer` | Object | | [Customer details](#customer-details) `invoice` | Boolean | | Invoice requested `invoice_details` | Object | | [Invoice details](#invoice-details) (available when invoice is requested)