My Order
Limit the number of results returned
Offset for pagination
Whether to return the count of results
Search keyword for filtering orders
Filter orders by status
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successfully retrieved the count of orders
Invalid parameters
Server error
GET /backend/api/orders/order-list HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
ID of the order product to be exported as a PDF
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
PDF export successful
Invalid request parameters
Internal server error
GET /backend/api/orders/order-export-pdf HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>binary</object>
ID of the order product to track
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successfully shown the track order details
Invalid request parameters
Internal server error
GET /backend/api/orders/track-order-product HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
ID of the order product to retrieve ratings for
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successfully retrieved the ratings for the order product
Invalid request parameters
Internal server error
GET /backend/api/product-store/rating-by-order HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
2458
GSKU1234-01
2088
test
4
Successfully created your reviews.
Invalid input data
Internal server error
POST /backend/api/product-store/review HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 94
"orderProductId='2458'&skuName='GSKU1234-01'&productId=2088&reviews='test'&rating=4"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully created your reviews.</message>
</object>
ID of the order product to retrieve details for
Optional Bearer token for authentication.
The industry of the user.
electronics
The unique key for the request.
8097571064818418
The language key for the request.
57
Successfully retrieved the order details
Invalid request parameters
Internal server error
GET /backend/api/orders/order-detail HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
Last updated