v1

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

Set an Order's merchant information

post/orders/v3//{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/setMerchantOrderInfo

Path parameters

marketplaceTechnicalCodestring required

The marketplace technical code

accountIdinteger required
beezUPOrderIdstring uuid required

The BeezUP Order identifier

Query parameters

testModeboolean

If true, the operation will be not be sent to marketplace. But the validation will be taken in account.

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

Set Order merchant order info accepted