v1
latestOpenAPI 3.0.02026-07-2480129136.5 KBStores
List Shipping Options
get/stores/{storeKey}/inventory/products/{productId}/shippingoptions
Path parameters
storeKeystring required
Required. A unique key used to identify the caller of the API.
productIdinteger required
Required. The Id of the Product being queried.
Query parameters
usernamestring
If specified, use this user's shipping country when determining shipping options.
countryCodestring
If no username is specified, use this country code when determining shipping options. Default is US.
offsetinteger
Used for paging. The number of SellerShippingOptions to skip. Default is 0.
limitinteger
Used for paging. The maximum number of SellerShippingOptions to return. Default is 10.
Response
OK