Marketplaces - Orders - Order
[DEPRECATED] Change your marketplace Order Information (accept, ship, etc.)
post/v2/user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/{changeOrderType}
Path parameters
marketplaceTechnicalCodestring required
The marketplace technical code
accountIdinteger required
beezUPOrderIdstring uuid required
The BeezUP Order identifier
changeOrderTypestring required
The Order change type
Query parameters
userNamestring required
Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
testModeboolean
If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Headers
If-Matchstring required
ETag value to identify the last known version of requested resource.
To ensure that you are making a change on the lastest version of the resource.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Request body
ChangeOrderRequest required
All properties with the prefix order_ are translated in the list of values /user/lov#OrderMetaInfoPosted
Example request
{
"order_Shipping_ShipperTrackingNumber": "1H01845163783",
"order_Shipping_ShippingUrl": "https://trackingpackage.com?number=1H01845163783",
"order_Shipping_CarrierName": "La poste",
"order_Shipping_FulfillmentDate": "2014-09-23T09:58:00Z",
"order_Shipping_EstimatedDeliveryDate": "2014-09-24T09:58:00Z"
}Response
Order change request accepted