- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
createScheduledPackageBulk
POST
/easyShip/2022-03-23/packages/bulk
easyShip
Last modified:2024-12-05 09:09:30
Maintainer:Not configured
amazonOrderId
values and generates the associated shipping labels and compliance documents based on the marketplace. For more information, refer to the marketplace support table.packageDetails
object to input a preferred time slot for each order in your request. In such cases, Amazon schedules the respective packages using the specified optional settings. If you don't specify a time slot, Amazon assigns the earliest available time slot.rejectedOrders
list in the response. The response contains an entry for each order that could not be processed. Each entry contains an error message that describes the reason for the failure.Rate (requests per second) | Burst |
---|---|
1 | 5 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.Request
Body Params application/json
The request body for the POST /easyShip/2022-03-23/packages/bulk API.
marketplaceId
stringÂ
required
>= 1 characters<= 255 characters
orderScheduleDetailsList
array[object (OrderScheduleDetails) {2}]Â
required
>= 1 items
amazonOrderId
stringÂ
required
packageDetails
object (PackageDetails)Â
optional
packageItems
, packageTimeSlot
, and packageIdentifier
.labelFormat
enum<string>Â
required
Allowed values:
PDFZPL
Example
{
"marketplaceId": "string",
"orderScheduleDetailsList": [
{
"amazonOrderId": "string",
"packageDetails": {
"packageItems": [
{
"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"
}
}
]
}
],
"packageTimeSlot": {
"slotId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"handoverMethod": "Pickup"
},
"packageIdentifier": "string"
}
}
],
"labelFormat": "PDF"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/easyShip/2022-03-23/packages/bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplaceId": "string",
"orderScheduleDetailsList": [
{
"amazonOrderId": "string",
"packageDetails": {
"packageItems": [
{
"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"
}
}
]
}
],
"packageTimeSlot": {
"slotId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"handoverMethod": "Pickup"
},
"packageIdentifier": "string"
}
}
],
"labelFormat": "PDF"
}'
Responses
🟢200OK
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
The response schema for the bulk scheduling API. It returns by the bulk scheduling API containing an array of the scheduled packtages, an optional list of orders we couldn't schedule with the reason, and a pre-signed URL for a ZIP file containing the associated shipping labels plus the documents enabled for your marketplace.
scheduledPackages
array[object (Package) {9}]Â
optional
Package
object.<= 100 items
scheduledPackageId
object (ScheduledPackageId)Â
required
packageDimensions
object (Dimensions)Â
required
packageWeight
object (Weight)Â
required
packageItems
array[object (Item) {7}]Â
optional
<= 500 items
packageTimeSlot
object (TimeSlot)Â
required
packageIdentifier
stringÂ
optional
invoice
object (InvoiceData)Â
optional
packageStatus
enum<string>Â
optional
Allowed values:
ReadyForPickupPickedUpAtOriginFCAtDestinationFCDeliveredRejectedUndeliverableReturnedToSellerLostInTransitLabelCanceledDamagedInTransitOutForDelivery
trackingDetails
object (TrackingDetails)Â
optional
rejectedOrders
array[object (RejectedOrder) {2}]Â
optional
amazonOrderId
stringÂ
required
error
object (Error)Â
optional
printableDocumentsUrl
stringÂ
optional
Example
{
"scheduledPackages": [
{
"scheduledPackageId": {
"amazonOrderId": "string",
"packageId": "string"
},
"packageDimensions": {
"height": {
"unit": "string",
"value": 0
},
"length": {
"unit": "string",
"value": 0
},
"weight": {
"unit": "string",
"value": 0
},
"width": {
"unit": "string",
"value": 0
}
},
"packageWeight": {
"value": 11,
"unit": "Grams"
},
"packageItems": [
{
"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"
}
}
]
}
],
"packageTimeSlot": {
"slotId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"handoverMethod": "Pickup"
},
"packageIdentifier": "string",
"invoice": {
"invoiceNumber": "string",
"invoiceDate": "2019-08-24T14:15:22Z"
},
"packageStatus": "ReadyForPickup",
"trackingDetails": {
"trackingId": "string"
}
}
],
"rejectedOrders": [
{
"amazonOrderId": "string",
"error": {
"code": "string",
"message": "string",
"details": "string"
}
}
],
"printableDocumentsUrl": "string"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable