POST v1/store/login/user/orders/submitted/items/{orderItemID}/reorder
Reorders the submitted order item.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderItemID |
The unique ID of the submitted order item. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the created order item.
OrderItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The unique ID of the order item. |
globally unique identifier |
None. |
| FriendlyID |
The friendly ID of the order item. |
integer |
None. |
| ProductID |
The unique ID of the order item's product. |
globally unique identifier |
None. |
| Quantity |
The number of units of the product to be purchased in the order item. |
integer |
None. |
| Items |
The component order items of the order item. |
Collection of SubOrderItemModel |
None. |
| DeliveryMethod |
The selected delivery method of the order item. |
DeliveryMethod |
None. |
| DeliveryServiceID |
The selected delivery service id of the order item. |
globally unique identifier |
None. |
| Properties |
The order item's property values. |
Collection of OrderItemPropertyModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.