콘텐츠로 이동

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
https://api.teapplix.com/api2/MarkReview Explorer

POST Request

Mark Review

Mark Review

PropertyTypeDescriptionConstraints
TxnIds string[] Array of Txn Ids

POST Response - 200

MarkReviewResult

Result of marking orders as reviewed

PropertyTypeDescriptionConstraints
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

PropertyTypeDescriptionConstraints
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

PropertyTypeDescriptionConstraints
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
Test Request