Handling Shipping Methods in Venddor IO

Introduction

Venddor IO offers a structured approach to managing shipping methods, ensuring businesses can streamline their logistics processes efficiently. Users can view a comprehensive list of shipping methods or hone in on the specifics of each method.

Accessing Shipping Methods

Overview of Shipping Methods

For a holistic view of all shipping methods:

http://example.com/api/shippings

This URL supports GET for viewing and POST for adding new shipping methods.

Detailed View of a Shipping Method

For a deep dive into a specific shipping method, identified by its unique ID:

http://example.com/api/shippings/:id

This endpoint is versatile, supporting GET for viewing, PUT for updating, and DELETE for removal of the specific method.

Pagination in Shipping Methods

Customize the display of shipping methods using pagination parameters:

Usage Examples

Displaying the 5th page of shipping methods (default is 10 methods per page):

http://example.com/api/shippings?page=5

Showcasing 20 shipping methods from the initial page:

http://example.com/api/shippings?items_per_page=20

Presenting 20 shipping methods from the 5th page:

http://example.com/api/shippings?page=5&items_per_page=20

Deciphering Shipping Method Properties

Each shipping method in Venddor IO is characterized by unique properties, embodied in distinct fields: