In the complex e-commerce world, keeping track of order statuses is crucial. Venddor IO provides an intuitive platform to manage these statuses, ensuring businesses can efficiently monitor and communicate order progress.
To glimpse all order statuses, use:
http://example.com/api/statuses
This endpoint supports both GET (to view) and POST (to add new statuses).
For details of a specific status, denoted by its unique ID:
http://example.com/api/statuses/:id
This caters to various operations: GET for viewing, PUT for updating, and DELETE for removal of a status.
To tailor the display of statuses, leverage the pagination parameters:
Fetching the 5th page of statuses (default displays 10 statuses per page):
http://example.com/api/statuses?page=5
Viewing 20 statuses from the primary page:
http://example.com/api/statuses?items_per_page=20
Displaying 20 statuses from the 5th page:
http://example.com/api/statuses?page=5&items_per_page=20
Each order status in Venddor IO is defined by a set of distinct properties or fields:
Unlisted fields in API requests will be conveniently disregarded.