Add new shipping markup
Add new shipping markup
Authorizations:Token
Request Body Schema:
Markup object that needs to be added | markup_id | integerA unique ID of the markup |
| min_weight | stringMarkup condition: min weight of products in the order |
| max_weight | stringMarkup condition: max weight of products in the order |
| min_total | stringMarkup condition: min order subtotal |
| max_total | stringMarkup condition: max order subtotal |
| min_items | stringMarkup condition: min product items in the order |
| max_items | stringMarkup condition: max product items in the order |
| markup_flat | stringMarkup value: flat rate value |
| markup_percent | stringMarkup value: percent value |
| markup_per_item | stringMarkup value: flat rate value per product item |
| markup_per_weight | stringMarkup value: flat rate value per weight unit |
| shipping_method | |
| zone |
Responses
200Success
Response schema:
Success | markup_id | integerA unique ID of the markup |
| min_weight | stringMarkup condition: min weight of products in the order |
| max_weight | stringMarkup condition: max weight of products in the order |
| min_total | stringMarkup condition: min order subtotal |
| max_total | stringMarkup condition: max order subtotal |
| min_items | stringMarkup condition: min product items in the order |
| max_items | stringMarkup condition: max product items in the order |
| markup_flat | stringMarkup value: flat rate value |
| markup_percent | stringMarkup value: percent value |
| markup_per_item | stringMarkup value: flat rate value per product item |
| markup_per_weight | stringMarkup value: flat rate value per weight unit |
| shipping_method | |
| zone |