Marketplaces - Orders - Exports
Request a new Order report exportation to be generated
A new file will be generated containing a summary of all the Orders matching the requested filter settings.
post/v2/user/marketplaces/orders/exportations
Request body
Example request
{
"format": "csv",
"storeId": "64f43358-63a1-47f7-97ec-0301fc39956b",
"orderListRequestWithoutPagination": {
"marketplaceTechnicalCodes": [
"PriceMinister"
],
"marketplaceBusinessCodes": [
"PRICEMINISTER"
],
"accountIds": [
"12345"
],
"storeIds": [
"64f43358-63a1-47f7-97ec-0301fc39956b"
],
"beezUPOrderStatuses": [
"InProgress"
],
"beginPeriodUtcDate": "2017-03-01T13:10:01Z",
"endPeriodUtcDate": "2017-04-01T13:10:01Z",
"invoiceAvailabilityType": "All",
"order_Buyer_Name": "Monroe",
"marketplaceOrderIds": [
"AmazonOrderId1234"
],
"orderMerchantInfoSynchronizationStatus": "All",
"order_MerchantOrderIds": [
"MyOrderId1234"
]
}
}Response
Successfully requested new Order report exportation generation