List Fallback Shipping Methods
Lists the merchant's fallback shipping methods. Methods missing a handle are assigned one (derived from the label) on read.
Path parameters
merchant_idinteger · int32Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
200
The merchant's fallback shipping methods.
application/json
labelstringOptional
The name of the shipping method.
descriptionstringOptional
Description of the shipping method.
priceinteger · int32Optional
The price of the shipping method in cents.
currencystring · enumOptionalPossible values:
The currency of the shipping method.
handlestringOptional
The handle or external ID to use when utilizing this method.
calculation_typestring · enum · nullableOptionalPossible values:
Whether the price is calculated per the entire order or per item.
get/merchants/{merchant_id}/shipping-methods
200
The merchant's fallback shipping methods.
Last updated
Was this helpful?