Shipping
Introduction
Through the endpoints included in the Shipping section, you will be able to:
Calculate shipping rate for a given country and variant with specified quantity
Retrieve information about the shipping types
Retrieve information about the shipping methods
Retrieve a list of countries in our system
Retrieve a list of regions in a specific country
Endpoints
Shipping rates
Shipping types
Shipping methods
Countries
Regions
Parameters
Key | Description |
---|---|
| An object that contains the country property. |
| The ID of the country from our system, check |
| An array of objects that contains information about the quantity and variant. |
| Quantity of a variant. |
| The ID of the variant, please check |
Last updated