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

KeyDescription

shipping

An object that contains the country property.

shipping.country

The ID of the country from our system, check /api/beta/countries for more information about the countries.

items

An array of objects that contains information about the quantity and variant.

items.*.quantity

Quantity of a variant.

items.*.variant_id

The ID of the variant, please check /api/beta/products/{product_id} for more details about the variants.

Last updated