Skip to main content

Update shipping markup by id

Update shipping markup by id

Authorizations:Token
Query Parameters
id
required
integerId value of the Markup object
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_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_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