Managing Order Statuses in Venddor IO

Introduction

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.

Accessing Order Statuses

Comprehensive View of Statuses

To glimpse all order statuses, use:

http://example.com/api/statuses

This endpoint supports both GET (to view) and POST (to add new statuses).

Detailed Insight into a Specific Status

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.

Pagination in Order Statuses

To tailor the display of statuses, leverage the pagination parameters:

Usage Scenarios

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

Decoding Order Status Properties

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.