Marketplaces - Orders - Order
[DEPRECATED] DEPRECATED - Get full Order and Order Item(s) properties
DEPRECATED - Use /orders/v3 instead
get/v2/user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}
Path parameters
marketplaceTechnicalCodestring required
The marketplace technical code
accountIdinteger required
beezUPOrderIdstring uuid required
The BeezUP Order identifier
Headers
If-None-Matchstring
ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Response
Successfully fetched Order and Order Item(s) properties
Example response
{
"marketplaceTechnicalCode": "Amazon",
"beezUPOrderId": "00000000000000000000000000000000000000000000000",
"beezUPOrderUrl": "http://www.mydomain.com",
"marketplaceBusinessCode": "GOSPORT",
"order_MarketplaceOrderId": "AMAZON12345",
"order_Status_BeezUPOrderStatus": "Shipped",
"order_Status_MarketplaceOrderStatus": "In_progress_3",
"order_MerchantOrderId": "MyOrderMerchantId",
"order_MerchantECommerceSoftwareName": "Prestashop",
"order_MerchantECommerceSoftwareVersion": "123.0.1",
"order_PurchaseUtcDate": "2017-03-31T21:30:23Z",
"order_LastModificationUtcDate": "2017-04-16T10:30:23Z",
"order_MarketplaceLastModificationUtcDate": "2017-04-16T10:25:23Z",
"order_Buyer_Name": "Monroe",
"order_CurrencyCode": "EUR",
"etag": "\"ca071a4580129f932a03971968ffef69\"",
"links": {
"self": {
"href": "/v2/user/marketplaces/orders/Amazon/1001/00000000000000000000000000000000000000000000000",
"method": "GET"
},
"history": {
"href": "/v2/user/marketplaces/orders/Amazon/1001/00000000000000000000000000000000000000000000000/history",
"method": "GET"
},
"harvest": {
"href": "/v2/user/marketplaces/orders/Amazon/1001/00000000000000000000000000000000000000000000000/harvest",
"method": "POST"
},
"setMerchantInfo": {
"href": "/v2/user/marketplaces/orders/Amazon/1001/00000000000000000000000000000000000000000000000/setMerchantOrderInfo",
"method": "POST",
"parameters": {
"request": {
"in": "body",
"type": "object",
"schema": "setMerchantOrderInfoRequest"
}
}
},
"clearMerchantInfo": {
"href": "/v2/user/marketplaces/orders/Amazon/1001/00000000000000000000000000000000000000000000000/clearMerchantOrderInfo",
"method": "POST"
}
},
"order_MarketPlaceChannel": "Amazon France",
"order_PaymentMethod": "1 / 1X",
"order_PayingUtcDate": "2017-04-01T13:22:01Z",
"order_Comment": "This is a comment",
"order_Shipping_FirstName": "Monroe",
"order_Shipping_LastName": "Monroe",
"order_Shipping_Civility": "MRS",
"order_Shipping_CompanyName": "My Company",
"order_Shipping_AddressName": "Jacques BAUREGARD",
"order_Shipping_Email": "client_000000@manomano.fr",
"order_Shipping_AddressLine1": "5 rue amélie",
"order_Shipping_AddressLine2": "BDR",
"order_Shipping_AddressLine3": "RDC",
"order_Shipping_AddressPostalCode": "13014",
"order_Shipping_AddressCity": "Marseille",
"order_Shipping_AddressStateOrRegion": "BDR",
"order_Shipping_AddressCountryName": "France",
"order_Shipping_AddressCountryIsoCodeAlpha2": "FR",
"order_Shipping_Phone": "+33000000041",
"order_Shipping_MobilePhone": "+33000000042",
"order_Shipping_Method": "DPD Domicile",
"order_Shipping_EarliestShipUtcDate": "2017-04-02T21:30:00Z",
"order_Shipping_LatestShipUtcDate": "2017-04-30T21:30:00Z",
"order_Buyer_Identifier": "1234567890",
"order_Buyer_FirstName": "Monroe",
"order_Buyer_LastName": "Monroe",
"order_Buyer_Civility": "Marseille",
"order_Buyer_CompanyName": "Marsillia",
"order_Buyer_Email": "client_000000@manomano.fr",
"order_Buyer_AddressLine1": "5 rue amélie",
"order_Buyer_AddressLine2": "BDR",
"order_Buyer_AddressLine3": "RDC",
"order_Buyer_AddressPostalCode": "13014",
"order_Buyer_AddressCity": "Marseille",
"order_Buyer_AddressStateOrRegion": "BDR",
"order_Buyer_AddressCountryName": "France",
"order_Buyer_AddressCountryIsoCodeAlpha2": "FR",
"order_Buyer_Phone": "+33000000101",
"order_Buyer_MobilePhone": "+33000000042",
"order_OrderSourceUri": "http://beezupblob.com/order.xml",
"order_OrderItemsSourceUri": "http://beezupblob.com/orderItems.xml",
"orderItems": [
{
"beezUPOrderItemId": "1",
"orderItem_OrderItemType": "Product",
"orderItem_MerchantImportedProductId": "73267",
"orderItem_MerchantImportedProductIdColumnName": "reference",
"orderItem_MerchantImportedProductUrl": "http://blabla.com/my-folder/73267.html",
"orderItem_MerchantProductIdColumnName": "reference_produit",
"orderItem_BeezUPStoreId": "00000000-cceb-4c20-b2c9-000000000000",
"orderItem_Title": "bLA acide-plomb 6v-4.5ah 70x48x106mm",
"orderItem_ImageUrl": "http://blabla.com//das6-45.jpg",
"orderItem_MerchantProductId": "BlaLdas6-4.5",
"orderItem_gtin": "gtin_sample",
"orderItem_Condition": "New",
"orderItem_MarketplaceProductUri": "http://beezupblob.com/productLink.xml",
"orderItem_MarketplaceImageUri": "http://beezupblob.com/marketplaceImg.jpg"
}
],
"transitionLinks": [
{
"rel": "ShipOrder",
"href": "/v2/user/marketplaces/orders/Amazon/1001/00000000000000000000000000000000000000000000000/ShipOrder",
"method": "POST",
"templated": "true",
"parameters": {
"If-Match": {
"in": "header",
"value": "\"ca071a4580129f932a03971968ffef69\"",
"required": true,
"type": "string"
},
"testMode": {
"in": "query",
"type": "boolean",
"required": false,
"value": "false"
},
"userName": {
"in": "query",
"type": "string",
"required": true
},
"request": {
"in": "body",
"type": "object",
"schema": "changeOrderRequest",
"properties": {
"order_Shipping_FulfillmentDate": {
"required": true,
"type": "date-time"
},
"order_Shipping_ShipperTrackingNumber": {
"required": true,
"type": "string"
},
"order_Shipping_CarrierName": {
"required": true,
"type": "string",
"lovRequired": "true",
"lovLink": {
"href": "/v2/user/PriceMinisterCarrierName"
}
},
"order_Shipping_Method": {
"required": true,
"type": "string",
"lovRequired": "false",
"lovLink": {
"href": "/v2/user/ShippingMethod_PriceMinister"
}
}
}
}
}
},
{
"rel": "CancelOrder",
"href": "/v2/user/marketplaces/orders/Amazon/1001/00000000000000000000000000000000000000000000000/CancelOrder",
"method": "POST",
"templated": "true",
"parameters": {
"If-Match": {
"in": "header",
"value": "\"ca071a4580129f932a03971968ffef69\"",
"required": true,
"type": "string"
},
"testMode": {
"in": "query",
"type": "boolean",
"required": false,
"value": "false"
},
"userName": {
"in": "query",
"type": "string",
"required": true
},
"request": {
"in": "body",
"type": "object",
"schema": "changeOrderRequest",
"properties": {
"order_Cancel_Reason": {
"required": true,
"type": "string"
}
}
}
}
}
]
}