Shipping fees
Header parameters
Acceptstring · enumRequiredDefault:
application/jsonExample: application/jsonPossible values: X-Avangate-AuthenticationstringRequiredExample:
Authentication header
code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"Responses
200
List all shipping fees
application/json
400
Shipping feature not enabled.
application/json
401
Authentication failure
application/json
get
/shippingfeesPath parameters
ShippingFeeCodestringRequiredExample:
Unique code which represents a shipping fee
9366C227E7Header parameters
Acceptstring · enumRequiredDefault:
application/jsonExample: application/jsonPossible values: X-Avangate-AuthenticationstringRequiredExample:
Authentication header
code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"Responses
200
Get shipping fee
application/json
400
Shipping fee code not found.
application/json
401
Authentication failure
application/json
get
/shippingfees/{ShippingFeeCode}Query parameters
NamestringOptionalExample:
Shipping method name
ShippingMethodNameCodesstring[]OptionalExample:
Shipping methods codes
["8902DDC4C3","3D4DD3B4A3"]Countriesstring[]OptionalExample:
Shipping methods countries
["US","UK","AU"]ActivebooleanOptionalExample:
Shipping method status
truePageintegerOptionalExample:
Page number
3LimitintegerOptionalExample:
Number of results on a page
25Header parameters
Acceptstring · enumRequiredDefault:
application/jsonExample: application/jsonPossible values: X-Avangate-AuthenticationstringRequiredExample:
Authentication header
code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"Responses
200
Shipping methods object
application/json
400
Bad request
application/json
get
/shippingmethodsHeader parameters
X-Avangate-AuthenticationstringRequiredExample:
Authentication header
code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"Acceptstring · enumRequiredExample:
application/jsonPossible values: Body
CurrencystringOptional
Responses
200
OK
application/json
500
OK
application/json
put
/orders/0/shippingLast updated
Was this helpful?