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
Example request
{
"order_MerchantOrderId": "MyOrderMerchantId",
"order_MerchantECommerceSoftwareName": "Prestashop",
"order_MerchantECommerceSoftwareVersion": "123.0.1"
}Response
Successfully set Order merchant order info set