API documentation
Method list
Test your request
Changelog


getOrderTransactionData
The method allows you to retrieve transaction details for a selected order


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
fulfillment_shipmentsarray[Only for Amazon]
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
ship_date_fromintShip date from (unix time format)
ship_date_tointShip date to (unix time format)
delivery_date_fromintDelivery date from (unix time format)
delivery_date_tointDelivery date to (unix time format)



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