Shipping Table Rates API Guide

Shipping Table Rates API

Info
The methods listed below are not implemented by our module but are part of Magento itself. Our Shipping Table Rates module does not introduce its own API methods for the exclusive managing of rates created by the extension. However, all the Magento methods below do display our rates, and it's possible to choose them when placing an order.
  1. GET /V1/guest-carts/:cartId/shipping-methods -  get all shipping methods in a guest cart;
  2. GET /V1/carts/:cartId/shipping-methods - get all shipping methods;
  3. GET /V1/carts/mine/shipping-methods - get all shipping methods available for selection;
  4. POST /V1/carts/mine/shipping-information - choose a rate;
  5. V1/carts/mine/payment-information - place an order with our shipping method.


      • Related Articles

      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • How to import Shipping Table Rates?

        Due to the functionality that relies on Magento Import component, it is possible to seamlessly import huge data volumes via a CSV file in a few clicks. Our Shipping Table Rates module allows importing rates to the methods created in the instance. ...
      • How to fix the errors while importing CSV with the shipping table rates?

        If you are facing difficulties with importing a CSV file, it is necessary to check if the following conditions are met: 1. The country spelling in the CSV file is identical to the spelling of country names at Stores → Configuration → General → ...
      • How do I exclude postcodes while setting up shipping table rates?

        Out of the box, the Shipping Table Rates module does not allow excluding postcode ranges. However, this feature is presented in our Shipping Rules and Shipping Restrictions extensions. With the help of the Shipping Areas submodule that comes in a ...
      • I have configured several shipping rates, but only one of them is shown on the storefront. How to fix that?

        Such behavior is expected - according to the logic of the Shipping Table Rates extension, only one rate from the method is displayed on the storefront. It means that, if you have one Shipping Table Rates method with multiple rates inside, a single ...