Skip to content

Commit

Permalink
Add new order merchant state partially_delivered for orders API and w…
Browse files Browse the repository at this point in the history
…ebhooks
  • Loading branch information
alexunder193 committed Sep 11, 2024
1 parent b290988 commit e76a430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/localizable/smart_cart/_order_object.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name | Type | Value | Description
------------ | ------ | ----- | -----------------
`code` | String | | Order code
`state` | String | `open`, `accepted`, `rejected`, `cancelled`, `expired`,<br> `dispatched`, `delivered`, `partially_returned`, `returned`, `for_return` | Order state
`state` | String | `open`, `accepted`, `rejected`, `cancelled`, `expired`,<br> `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)
Expand Down

0 comments on commit e76a430

Please sign in to comment.