Review Order — Teapplix REST API V2
此内容尚不支持你的语言。
Certain orders are sent to a ‘review status’ after shipping label generation. This can be set on the marketplace integrations page.
This workflow gives you a final chance to review the shipping label etc, before the order is marked as shipped and tracking number uploaded back to marketplace.
Once review is done, you can use our Review web page to mark the review complete, or use API described on this page to mark the order as cleared review.
POST Request
Mark Review
Mark Review
| Property | Type | Description | Constraints |
|---|---|---|---|
TxnIds |
string[] | Array of Txn Ids |
POST Response - 200
MarkReviewResult
Result of marking orders as reviewed
| Property | Type | Description | Constraints |
|---|---|---|---|
Success |
boolean | DEPRECATED: always true on this envelope. Read Status instead. Will be removed in the next API major version. | |
Status |
string | Operation status: 'Reviewed' on success. | RequiredOne of: Reviewed |
Message |
string | Human-readable result message. | |
Description |
string[] | Detailed description |
POST Response - 400
Message
| Property | Type | Description | Constraints |
|---|---|---|---|
Success |
boolean | Always false on this envelope. Message is the error envelope (4xx/5xx); Success is kept on the wire so legacy clients can branch on it without parsing the HTTP status. | Required |
Code |
integer | Indicate error code. Codes list and description are located on help page https://www.teapplix.com/help/?page_id=7115 | |
Message |
string | Message typically associated with errors | |
Description |
string[] | Detailed description |
POST Response - 500
Message
| Property | Type | Description | Constraints |
|---|---|---|---|
Success |
boolean | Always false on this envelope. Message is the error envelope (4xx/5xx); Success is kept on the wire so legacy clients can branch on it without parsing the HTTP status. | Required |
Code |
integer | Indicate error code. Codes list and description are located on help page https://www.teapplix.com/help/?page_id=7115 | |
Message |
string | Message typically associated with errors | |
Description |
string[] | Detailed description |

