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