getOrderTransactionDetails
The method allows you to retrieve transaction details for a selected order (it now works only for orders from Amazon)
Input parameters
Output data:
A sample request in PHP:
order_id | int | Order Identifier from BaseLinker order manager |
Output data
The method returns the data in JSON format.
status | varchar(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_shipments | array | An 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_from | int | Amazon ship date from (unix time format) |
amazon_ship_date_to | int | Amazon ship date to (unix time format) |
amazon_delivery_date_from | int | Amazon delivery date from (unix time format) |
amazon_delivery_date_to | int | Amazon delivery date to (unix time format) |
Sample
Input data:Output data:
A sample request in PHP: