Method: /Stores/CheckOrderTracking
Endpoint
Method
HttpGet
Authentication
this method require a valid account access token. (parameter: token)
Permissions
Request
|
parameter
|
Description
|
Type
|
Required
|
| store_id |
Account Store Id |
Int |
True |
| order_id |
Order ID |
Int |
True |
| email_address |
Order Email address |
Int |
True |
| token |
account access token |
string |
True |
Response
Returns a valid JSON type.
|
Name
|
Type
|
Description
|
| store_id |
Int |
Account Store Id |
| order_id |
Int |
Order ID |
| email_address |
Int |
Order Email address |
| token |
string |
account access token |