OrderState
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The OrderState object, though deprecated, describes the current state of an order using a state and a label.
The state field is a required string representing the order's status with predefined values like CREATED, REJECTED, CONFIRMED, CANCELLED, IN_TRANSIT, RETURNED, FULFILLED, and CHANGE_REQUESTED.
The label field is a required string providing the user-visible description for the order's state.
Deprecated: Use V3 Proto instead. Current order state.
JSON representation
{"state": string,"label": string}
Fields
state
string
state can be one of the following values:
CREATED: Order was created at integrator's system. REJECTED: Order was rejected by integrator. CONFIRMED: Order was confirmed by the integrator and is active. CANCELLED: User cancelled the order. IN_TRANSIT: Order is being delivered. RETURNED: User did a return. FULFILLED: User received what was ordered. CHANGE_REQUESTED: User has requested a change to the order, and the integrator is processing this change. The order should be moved to another state after the request is handled.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],[]]