Skip to main content

Add new shipping markup

Add new shipping markup

Authorizations:Token
Request Body Schema:
Markup object that needs to be added
markup_idintegerA unique ID of the markup
min_weightstringMarkup condition: min weight of products in the order
max_weightstringMarkup condition: max weight of products in the order
min_totalstringMarkup condition: min order subtotal
max_totalstringMarkup condition: max order subtotal
min_discounted_totalstringMarkup condition: min discounted order subtotal
max_discounted_totalstringMarkup condition: max discounted order subtotal
min_itemsstringMarkup condition: min product items in the order
max_itemsstringMarkup condition: max product items in the order
markup_flatstringMarkup value: flat rate value
markup_percentstringMarkup value: percent value
markup_per_itemstringMarkup value: flat rate value per product item
markup_per_weightstringMarkup value: flat rate value per weight unit
shipping_method
zone

Responses

200Success
Response schema:
Success
markup_idintegerA unique ID of the markup
min_weightstringMarkup condition: min weight of products in the order
max_weightstringMarkup condition: max weight of products in the order
min_totalstringMarkup condition: min order subtotal
max_totalstringMarkup condition: max order subtotal
min_discounted_totalstringMarkup condition: min discounted order subtotal
max_discounted_totalstringMarkup condition: max discounted order subtotal
min_itemsstringMarkup condition: min product items in the order
max_itemsstringMarkup condition: max product items in the order
markup_flatstringMarkup value: flat rate value
markup_percentstringMarkup value: percent value
markup_per_itemstringMarkup value: flat rate value per product item
markup_per_weightstringMarkup value: flat rate value per weight unit
shipping_method
zone