API documentation
Method list
Test your request
Changelog


getOrderTransactionDetails
The method allows you to retrieve transaction details for a selected order (it now works only for orders from Amazon)


Input parameters
order_idintOrder Identifier from BaseLinker order manager



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
amazon_fulfillment_shipmentsarrayAn array of information about the Amazon fulfillment shipments found. Each shipment is described by the fields listed below:
product_sku (varchar(40)) - product_sku
product_name (varchar(200)) - product name
quantity (int) - quantity of pieces
fba (varchar(10)) - Amazon storage identifier
amazon_ship_date_fromintAmazon ship date from (unix time format)
amazon_ship_date_tointAmazon ship date to (unix time format)
amazon_delivery_date_fromintAmazon delivery date from (unix time format)
amazon_delivery_date_tointAmazon delivery date to (unix time format)



Sample
Input data:
Output data:
A sample request in PHP: