Get list of shipping methods
Get full list of all client's shipping methods created by system with their settings and statuses
Responses
shipping_idintegerThe shipping ID (used for /shipping/{shipping_id} request)
Example: 33display_namestringThe display name of the shipping
Example: My brand shippingcodestringUnique code for shipping for other systems usage
Example: xyz_shippingsort_orderintegerThe sort order of the shipping compared to other shipping methods
Example: 1from_sumnumber · int64If there is from sum requirement for current shipping
Example: 450limit_sumnumber · int64If there is limit sum requirement for current shipping
Example: 850statusintegerThe status of the shipping (1 - active and used, 0 - disabled)
Example: 1typeintegerThe shipping type (0 - regular cart shipping, 1 - product related shipping type)
Example: 1costnumber · int64The shipping cost in system's currency
Example: 265tax_class_idintegerThe id of the tax class
Example: 0shipping_feed_statusboolean · int320 - not showing in feeds, 1 - showing in feeds
Example: 1settingsobjectobject with different shipping extra settings
Get single shipping method
Get single shipping method created by system with it's settings and statuses
path Parameters
shipping_idinteger · int32 · requiredId of shipping we look for
Responses
success
display_namestringThe display name of the shipping
Example: My brand shippingcodestringUnique code for shipping for other systems usage
Example: xyz_shippingsort_orderintegerThe sort order of the shipping compared to other shipping methods
Example: 1from_sumnumber · int64If there is from sum requirement for current shipping
Example: 450limit_sumnumber · int64If there is limit sum requirement for current shipping
Example: 850statusintegerThe status of the shipping (1 - active and used, 0 - disabled)
Example: 1typeintegerThe shipping type (0 - regular cart shipping, 1 - product related shipping type)
Example: 1costnumber · int64The shipping cost in system's currency
Example: 265tax_class_idintegerThe id of the tax class
Example: 0shipping_feed_statusboolean · int320 - not showing in feeds, 1 - showing in feeds
Example: 1settingsobjectobject with different shipping extra settings
descriptionsobjectObject with current shipping descriptions
Example: {"1":"Shipping description language id 1","3":"Shipping description language id 3"}titlesobjectObject with current shipping titles
Example: {"1":"Shipping title language id 1","3":"Shipping title language id 3"}additional_notesobjectObject with current shipping additional_notes
Example: {"1":"Shipping title additional_note id 1","3":"Shipping title additional_note id 3"}