v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Marketplaces - Orders V3 - Order

Change your marketplace Order Information (accept, ship, etc.)

post/orders/v3//{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.

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