Retrieve shipping markups by conditions
Retrieve shipping markups by conditions
Authorizations:Token
Query Parameters
| _cnd[methodId] | integerFilter markups by method id |
| _cnd[shippingZone] | integerFilter markups by shipping zone id |
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| markup_id | integer |
| min_weight | string |
| max_weight | string |
| min_total | string |
| max_total | string |
| min_discounted_total | string |
| max_discounted_total | string |
| min_items | string |
| max_items | string |
| markup_flat | string |
| markup_percent | string |
| markup_per_item | string |
| markup_per_weight | string |
| shipping_method | |
| zone |