Rate (requests per second) | Burst |
---|---|
6 | 12 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that are applied to the requested operation when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the SP-API.{
"ShipmentRequestDetails": {
"AmazonOrderId": "string",
"SellerOrderId": "string",
"ItemList": [
{
"sku": "string",
"summaries": [
{
"marketplaceId": "string",
"asin": "string",
"productType": "string",
"conditionType": "new_new",
"status": [
"BUYABLE"
],
"fnSku": "string",
"itemName": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"mainImage": {
"link": "string",
"height": 0,
"width": 0
}
}
],
"attributes": {},
"issues": [
{
"code": "string",
"message": "string",
"severity": "ERROR",
"attributeNames": [
"string"
],
"categories": [
"INVALID_ATTRIBUTE"
],
"enforcements": {
"actions": [
{
"action": "LISTING_SUPPRESSED"
}
],
"exemption": {
"status": "EXEMPT",
"expiryDate": "2023-10-28T00:36:48.914Z"
}
}
}
],
"offers": [
{
"marketplaceId": "string",
"offerType": "B2C",
"price": {
"currencyCode": "string",
"amount": "string"
},
"points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
},
"audience": {
"value": "ALL",
"displayName": "string"
}
}
],
"fulfillmentAvailability": [
{
"fulfillmentChannelCode": "string",
"quantity": 0
}
],
"procurement": [
{
"costPrice": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"ShipFromAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"PackageDimensions": {
"height": 0,
"length": 0,
"unitOfMeasurement": "INCHES",
"width": 0
},
"Weight": {
"value": 11,
"unit": "Grams"
},
"MustArriveByDate": "2019-08-24T14:15:22Z",
"ShipDate": "2019-08-24T14:15:22Z",
"ShippingServiceOptions": {
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature",
"DeclaredValue": {
"CurrencyCode": "str",
"Amount": 0
},
"CarrierWillPickUp": true,
"CarrierWillPickUpOption": "CarrierWillPickUp",
"LabelFormat": "PDF"
},
"LabelCustomization": {
"CustomTextForLabel": "string",
"StandardIdForLabel": "AmazonOrderId"
}
},
"ShippingOfferingFilter": {
"IncludePackingSlipWithLabel": true,
"IncludeComplexShippingOptions": true,
"CarrierWillPickUp": "CarrierWillPickUp",
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature"
}
}
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/mfn/v0/eligibleShippingServices' \
--header 'Content-Type: application/json' \
--data-raw '{
"ShipmentRequestDetails": {
"AmazonOrderId": "string",
"SellerOrderId": "string",
"ItemList": [
{
"sku": "string",
"summaries": [
{
"marketplaceId": "string",
"asin": "string",
"productType": "string",
"conditionType": "new_new",
"status": [
"BUYABLE"
],
"fnSku": "string",
"itemName": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"mainImage": {
"link": "string",
"height": 0,
"width": 0
}
}
],
"attributes": {},
"issues": [
{
"code": "string",
"message": "string",
"severity": "ERROR",
"attributeNames": [
"string"
],
"categories": [
"INVALID_ATTRIBUTE"
],
"enforcements": {
"actions": [
{
"action": "LISTING_SUPPRESSED"
}
],
"exemption": {
"status": "EXEMPT",
"expiryDate": "2023-10-28T00:36:48.914Z"
}
}
}
],
"offers": [
{
"marketplaceId": "string",
"offerType": "B2C",
"price": {
"currencyCode": "string",
"amount": "string"
},
"points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
},
"audience": {
"value": "ALL",
"displayName": "string"
}
}
],
"fulfillmentAvailability": [
{
"fulfillmentChannelCode": "string",
"quantity": 0
}
],
"procurement": [
{
"costPrice": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"ShipFromAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"PackageDimensions": {
"height": 0,
"length": 0,
"unitOfMeasurement": "INCHES",
"width": 0
},
"Weight": {
"value": 11,
"unit": "Grams"
},
"MustArriveByDate": "2019-08-24T14:15:22Z",
"ShipDate": "2019-08-24T14:15:22Z",
"ShippingServiceOptions": {
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature",
"DeclaredValue": {
"CurrencyCode": "str",
"Amount": 0
},
"CarrierWillPickUp": true,
"CarrierWillPickUpOption": "CarrierWillPickUp",
"LabelFormat": "PDF"
},
"LabelCustomization": {
"CustomTextForLabel": "string",
"StandardIdForLabel": "AmazonOrderId"
}
},
"ShippingOfferingFilter": {
"IncludePackingSlipWithLabel": true,
"IncludeComplexShippingOptions": true,
"CarrierWillPickUp": "CarrierWillPickUp",
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature"
}
}'
getEligibleShipmentServices
operation.{
"payload": {
"ShippingServiceList": [
{
"ShippingServiceName": "string",
"CarrierName": "string",
"ShippingServiceId": "string",
"ShippingServiceOfferId": "string",
"ShipDate": "2019-08-24T14:15:22Z",
"EarliestEstimatedDeliveryDate": "2019-08-24T14:15:22Z",
"LatestEstimatedDeliveryDate": "2019-08-24T14:15:22Z",
"Rate": {
"CurrencyCode": "str",
"Amount": 0
},
"ShippingServiceOptions": {
"DeliveryExperience": "DeliveryConfirmationWithAdultSignature",
"DeclaredValue": {
"CurrencyCode": "str",
"Amount": 0
},
"CarrierWillPickUp": true,
"CarrierWillPickUpOption": "CarrierWillPickUp",
"LabelFormat": "PDF"
},
"AvailableShippingServiceOptions": {
"AvailableCarrierWillPickUpOptions": [
{
"CarrierWillPickUpOption": "CarrierWillPickUp",
"Charge": {
"CurrencyCode": "str",
"Amount": 0
}
}
],
"AvailableDeliveryExperienceOptions": [
{
"DeliveryExperienceOption": "DeliveryConfirmationWithAdultSignature",
"Charge": {
"CurrencyCode": "str",
"Amount": 0
}
}
]
},
"AvailableLabelFormats": [
"PDF"
],
"AvailableFormatOptionsForLabel": [
{
"IncludePackingSlipWithLabel": true,
"LabelFormat": "PDF"
}
],
"RequiresAdditionalSellerInputs": true,
"Benefits": {
"IncludedBenefits": [
"string"
],
"ExcludedBenefits": [
{
"Benefit": "string",
"ReasonCodes": [
"string"
]
}
]
}
}
],
"RejectedShippingServiceList": [
{
"CarrierName": "string",
"ShippingServiceName": "string",
"ShippingServiceId": "string",
"RejectionReasonCode": "string",
"RejectionReasonMessage": "string"
}
],
"TemporarilyUnavailableCarrierList": [
{
"CarrierName": "string"
}
],
"TermsAndConditionsNotAcceptedCarrierList": [
{
"CarrierName": "string"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}