List Shipping Options

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Return a list of all of the store's available shipping options for a specific product.

{
    "totalItems": integer,
    "success": boolean,
    "errors": [],
    "results": [
        {
            "description": "string",
            "displayText": "string",
            "price": integer
        }
    ]
}
{
    "totalItems": 1,
    "success": true,
    "errors": [],
    "results": [
        {
            "description": "Standard",
            "displayText": "Standard - 6 to 8 business days",
            "price": 1
        }
    ]
}
Path Params
string
required

Required. A unique key used to identify the caller of the API.

int64
required

Required. The Id of the Product being queried.

Query Params
string

If specified, use this user's shipping country when determining shipping options.

string

If no username is specified, use this country code when determining shipping options. Default is US.

int32

Used for paging. The number of SellerShippingOptions to skip. Default is 0.

int32

Used for paging. The maximum number of SellerShippingOptions to return. Default is 10.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

404

Not Found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json