Shipping fees

List all shipping fees

get
Header parameters
Acceptstring · enumRequiredDefault: application/jsonExample: application/jsonPossible values:
X-Avangate-AuthenticationstringRequired

Authentication header

Example: code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"
Responses
get
/shippingfees

Get shipping fee

get
Path parameters
ShippingFeeCodestringRequired

Unique code which represents a shipping fee

Example: 9366C227E7
Header parameters
Acceptstring · enumRequiredDefault: application/jsonExample: application/jsonPossible values:
X-Avangate-AuthenticationstringRequired

Authentication header

Example: code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"
Responses
get
/shippingfees/{ShippingFeeCode}

Search shipping methods

get
Query parameters
NamestringOptional

Shipping method name

Example: ShippingMethodName
Codesstring[]Optional

Shipping methods codes

Example: ["8902DDC4C3","3D4DD3B4A3"]
Countriesstring[]Optional

Shipping methods countries

Example: ["US","UK","AU"]
ActivebooleanOptional

Shipping method status

Example: true
PageintegerOptional

Page number

Example: 3
LimitintegerOptional

Number of results on a page

Example: 25
Header parameters
Acceptstring · enumRequiredDefault: application/jsonExample: application/jsonPossible values:
X-Avangate-AuthenticationstringRequired

Authentication header

Example: code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"
Responses
get
/shippingmethods

Retrieve shipping price

put
Header parameters
X-Avangate-AuthenticationstringRequired

Authentication header

Example: code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"
Acceptstring · enumRequiredExample: application/jsonPossible values:
Body
CurrencystringOptional
Responses
put
/orders/0/shipping

Last updated

Was this helpful?