If you choose to Amazon Order into Mintsoft via the API and require Amazon logistics labels to be requested from prime you'll need to supply some extra information so that we can supply the required details to amazon for the API.
1 - You must setup your amazon account within mintsoft - Set to InActive so orders aren't imported
2 - When injecting the order Json you must supply an OrderNameValue inidicating that the order orginally came from Amazon
"OrderNameValues": [ { "Name": "OriginalSource", "Value": "AMAZON" } ]
3 - On any order items you must also supply the AmazonOrderItemID:
{ "OrderItems": [ { "SKU": "string", "ProductId": 0, "Quantity": 0, "Details": "string", "UnitPrice": 0, "UnitPriceVat": 0, "OrderItemNameValues": [ { "Name": "Amazon-OrderItemId", "Value": "59898988485779" } ],
4 - The External Order Reference must contain the Amazon Order ID in the same original format from Amazon seller central:
"ExternalOrderReference": "204-XXXXXX-4554701",
5 - Supply a mappable Courier field so that we know that the order has been received as PRIME
e.g.
"CourierService": "PRIME",
Comments
0 comments
Please sign in to leave a comment.