Production Status List
Uri: https://api.finerworks.com/v3/list_order_status_definitions
Method: GET
Lists all available production status an order can have once it has completed. Use the id number for reference purposes since the descriptive value can be redundent or change wording in some cases.
Body
None.
Name | Description | Type | Additional information |
---|---|---|---|
status |
Status of response |
response_status |
None. |
definitions |
The list of definitions |
array (order_status_definition) |
None. |
Example JSON Response
application/json, text/json
{ "status": { "success": true, "status_code": 200, "message": "", "debug": null }, "definitions": [ { "order_status_id": 1, "order_status_label": "Waiting Customer Response" }, { "order_status_id": 2, "order_status_label": "Pending Payment" }, { "order_status_id": 3, "order_status_label": "Order Received" } ] }