v1

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

[DEPRECATED] Set an Order's merchant information

post/v2/user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/setMerchantOrderInfo

Path parameters

marketplaceTechnicalCodestring required

The marketplace technical code

accountIdinteger required
beezUPOrderIdstring uuid required

The BeezUP Order identifier

Request body

order_MerchantOrderIdstring required

The order merchant identifier

order_MerchantECommerceSoftwareNamestring required

The e-commerce software name of the merchant

order_MerchantECommerceSoftwareVersionstring required

The e-commece software version of the merchant

Example request

{
  "order_MerchantOrderId": "MyOrderMerchantId",
  "order_MerchantECommerceSoftwareName": "Prestashop",
  "order_MerchantECommerceSoftwareVersion": "123.0.1"
}

Response

Successfully set Order merchant order info set