Download OpenAPI specification:
Public facing APIs for sellers, prep-centers, and integrators.
All other API calls require the token that this endpoint provides
| X-Proxy | string The ID of a user you have proxy access to. If provided, the returned token will allow you to make API calls on behalf of this user. |
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...
Get an access token from Amazon with which to make SP-API calls.
| marketplace | string Example: marketplace=US The marketplace to perform operations in. |
{- "access_token": "string",
- "expires_in": 3600
}Wrapper around Walmart's token API except we'll use your refresh token (or client id and client secret) automatically and provide the correct parameters for you
{- "access_token": "string",
- "token_type": "string",
- "expires_in": 0,
- "refresh_token": "string"
}Get a list of client proxy users
| proxy | string Example: proxy=proxy The proxy indicator |
[- {
- "email": [
- "string"
], - "id": "string",
- "misc": {
- "active": true,
- "autoSyncInventory": true,
- "default-return-status": "string",
- "deleted": "string",
- "region": "string",
- "sync-orders": true,
- "trackTime": true
}, - "name": "string"
}
]Wrapper around Amazon's searchCatalogItems API
| identifiers | string Example: identifiers=B001FOQJOG A comma separated list of identifiers. Note that SKUs with commas need to be searched one at a time. |
| identifiersType | |
| marketplaceIds | Array of strings (MarketplaceId) Example: marketplaceIds=US |
| includedData | string A comma separated list of one or more IncludedData, defaults to |
| locale | string |
| keywords | string |
| brandNames | string |
| classificationIds | string |
| pageSize | integer Example: pageSize=10 |
| pageToken | string |
| keywordsLocale | string |
| x-access-token required | string An Amazon API access token |
{ }This is a wrapper around several SP-API calls for loading product, offers, and pricing data.
| query required | string |
| marketplace | string Specific marketplace of the requested shipments. Defaults to current marketplace set in ScanPower. |
| pricing | any Load pricing data |
| offers | any Load offers |
| parent | any Load parent ASIN data, if any |
| x-access-token required | string An Amazon API access token |
{- "items": [
- {
- "item": { },
- "marketplace": "string",
- "offers": {
- "Club": { },
- "Collectible": { },
- "New": { },
- "Refurbished": { },
- "Used": { }
}, - "pricing": { },
- "sizeTier": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}
}
]
}Wrapper around Amazon's listInboundPlans API
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| status | |
| sortBy | |
| sortOrder | |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "inboundPlans": [
- {
- "createdAt": "string",
- "inboundPlanId": "string",
- "lastUpdatedAt ": "string",
- "marketplaceIds": [
- "ATVPDKIKX0DER"
], - "name": "string",
- "sourceAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "status": "ACTIVE"
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's createInboundPlan API
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| destinationMarketplaces | Array of strings |
Array of objects (ItemInput) | |
| name | string |
object (spapi.AddressInput) |
{- "destinationMarketplaces": [
- "string"
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "name": "string",
- "sourceAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}
}{- "inboundPlanId": "string",
- "operationId": "string"
}Wrapper around Amazon's getInboundPlan API
| inboundPlanId required | string |
| x-access-token required | string An Amazon API access token |
{- "createdAt": "string",
- "inboundPlanId": "string",
- "lastUpdatedAt ": "string",
- "marketplaceIds": [
- "ATVPDKIKX0DER"
], - "name": "string",
- "packingOptions": [
- {
- "packingOptionId": "string",
- "status": "OFFERED"
}
], - "placementOptions": [
- {
- "placementOptionId": "string",
- "status": "OFFERED"
}
], - "shipments": [
- {
- "shipmentId": "string",
- "status": "ABANDONED"
}
], - "sourceAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "status": "ACTIVE"
}Wrapper around Amazon's listInboundPlanBoxes API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "boxes": [
- {
- "boxId": "string",
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "destinationRegion": {
- "countryCode": "string",
- "state": "string",
- "warehouseId": "string"
}, - "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "templateName": "string",
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's listInboundPlanItems API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's updateInboundPlanName API
| inboundPlanId required | string |
| x-access-token required | string An Amazon API access token |
| name | string |
{- "name": "string"
}{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
]
}Wrapper around Amazon's listPackingGroupBoxes API
| inboundPlanId required | string |
| packingGroupId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "boxes": [
- {
- "boxId": "string",
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "destinationRegion": {
- "countryCode": "string",
- "state": "string",
- "warehouseId": "string"
}, - "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "templateName": "string",
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's listPackingGroupItems API
| inboundPlanId required | string |
| packingGroupId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's setPackingInformation API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
Array of objects |
{- "packageGroupings": [
- {
- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "packingGroupId": "string",
- "shipmentId": "string"
}
]
}{- "operationId": "string"
}Wrapper around Amazon's listPackingOptions API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "packingOptions": [
- {
- "discounts": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "expiration": "string",
- "fees": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "packingGroups": [
- "string"
], - "packingOptionId": "string",
- "status": "OFFERED",
- "supportedShippingConfigurations": [
- {
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "AMAZON_PARTNERED_CARRIER"
}
]
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's generatePackingOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| list | integer Value: 1 Example: list=1 When the options have been generated, this parameter will tell the server to list those options and save them to the database before returning a success response. |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's confirmPackingOption API
| inboundPlanId required | string |
| packingOptionId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's listInboundPlanPallets API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "pallets": [
- {
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "packageId": "string",
- "quantity": 0,
- "stackability": "STACKABLE",
- "weight ": {
- "unit": "LB",
- "value": 0
}
}
]
}Wrapper around Amazon's listPlacementOptions API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "placementOptions": [
- {
- "discounts": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "expiration": "string",
- "fees": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "placementOptionId": "string",
- "shipmentIds": [
- "string"
], - "status": "OFFERED"
}
]
}Wrapper around Amazon's generatePlacementOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| list | integer Value: 1 Example: list=1 When the options have been generated, this parameter will tell the server to list those options and save them to the database before returning a success response. |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's confirmPlacementOption API
| inboundPlanId required | string |
| placementOptionId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's getShipment API
| inboundPlanId required | string |
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
{- "amazonReferenceId": "string",
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "dates": {
- "readyToShipWindow": {
- "editableUntil": "string",
- "start": "string",
- "end": "string"
}
}, - "destination ": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "destinationType": "AMAZON_OPTIMIZED",
- "warehouseId": "string"
}, - "freightInformation": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "freightClass": "NONE"
}, - "name": "string",
- "placementOptionId": "string",
- "selectedDeliveryWindow": {
- "availabilityType": "AVAILABLE",
- "deliveryWindowOptionId": "string",
- "editableUntil": "string",
- "endDate": "string",
- "startDate": "string"
}, - "selectedTransportationOptionId ": "string",
- "selfShipAppointmentDetails ": [
- {
- "appointmentId": 0,
- "appointmentSlotTime": {
- "endTime ": "string",
- "startTime ": "string"
}, - "appointmentStatus": "string"
}
], - "shipmentConfirmationId": "string",
- "shipmentId": "string",
- "source": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "sourceType": "SELLER_FACILITY"
}, - "status": "ABANDONED",
- "trackingDetails": {
- "ltlTrackingDetail": {
- "billOfLadingNumber": "string",
- "freightBillNumber": [
- "string"
]
}, - "spdTrackingDetail": {
- "spdTrackingItems": [
- {
- "boxId": "string",
- "trackingId": "string",
- "trackingNumberValidationStatus": "VALIDATED"
}
]
}
}
}Wrapper around Amazon's listShipmentBoxes API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "boxes": [
- {
- "boxId": "string",
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "destinationRegion": {
- "countryCode": "string",
- "state": "string",
- "warehouseId": "string"
}, - "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "templateName": "string",
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's listShipmentContentUpdatePreviews API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "contentUpdatePreviews": [
- {
- "contentUpdatePreviewId": "string",
- "expiration": "string",
- "requestedUpdates": {
- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
]
}, - "transportationOption": {
- "carrier": {
- "alphaCode": "string",
- "name": "string"
}, - "carrierAppointment": {
- "startTime": "string",
- "endTime": "string"
}, - "preconditions": [
- "string"
], - "quote": {
- "cost": {
- "amount": 0,
- "code": "string"
}, - "expiration": "string",
- "voidableUntil": "string"
}, - "shipmentId": "string",
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "string",
- "transportationOptionId": "string"
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's generateShipmentContentUpdatePreviews API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
Array of objects (BoxUpdateInput) | |
Array of objects (ItemInput) |
{- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
]
}{- "operationId": "string"
}Wrapper around Amazon's getShipmentContentUpdatePreview API
| inboundPlanId required | string |
| shipmentId required | string |
| contentUpdatePreviewId required | string |
| x-access-token required | string An Amazon API access token |
{- "contentUpdatePreviewId": "string",
- "expiration": "string",
- "requestedUpdates": {
- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
]
}, - "transportationOption": {
- "carrier": {
- "alphaCode": "string",
- "name": "string"
}, - "carrierAppointment": {
- "startTime": "string",
- "endTime": "string"
}, - "preconditions": [
- "string"
], - "quote": {
- "cost": {
- "amount": 0,
- "code": "string"
}, - "expiration": "string",
- "voidableUntil": "string"
}, - "shipmentId": "string",
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "string",
- "transportationOptionId": "string"
}
}Wrapper around Amazon's confirmShipmentContentUpdatePreview API
| inboundPlanId required | string |
| shipmentId required | string |
| contentUpdatePreviewId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's getDeliveryChallanDocument API
| inboundPlanId required | string |
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
{- "documentDownload ": {
- "downloadType": "string",
- "expiration": "string",
- "uri ": "string"
}
}Wrapper around Amazon's listDeliveryWindowOptions API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "deliveryWindowOptions": [
- {
- "availabilityType": "AVAILABLE",
- "deliveryWindowOptionId": "string",
- "endDate": "string",
- "startDate": "string",
- "validUntil": "string"
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's generateDeliveryWindowOptions API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's confirmDeliveryWindowOptions API
| inboundPlanId required | string |
| shipmentId required | string |
| deliveryWindowOptionId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's listShipmentItems API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's updateShipmentName API
| inboundPlanId required | string |
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
| name | string |
{- "name": "string"
}{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
]
}Wrapper around Amazon's listShipmentPallets API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "pallets": [
- {
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "packageId": "string",
- "quantity": 0,
- "stackability": "STACKABLE",
- "weight ": {
- "unit": "LB",
- "value": 0
}
}
]
}Wrapper around Amazon's cancelSelfShipAppointment API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| reasonComment | string Enum: "APPOINTMENT_REQUESTED_BY_MISTAKE" "VEHICLE_DELAY" "SLOT_NOT_SUITABLE" "OUTSIDE_CARRIER_BUSINESS_HOURS" "UNFAVOURABLE_EXTERNAL_CONDITIONS" "PROCUREMENT_DELAY" "SHIPPING_PLAN_CHANGED" "INCREASED_QUANTITY" "OTHER" |
{- "reasonComment": "APPOINTMENT_REQUESTED_BY_MISTAKE"
}{- "operationId": "string"
}Wrapper around Amazon's getSelfShipAppointmentSlots API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "selfShipAppointmentSlotsAvailability": {
- "expiresAt": "string",
- "slots": [
- {
- "slotId": "string",
- "slotTime": {
- "endTime": "string",
- "startTime": "string"
}
}
]
}
}Wrapper around Amazon's generateSelfShipAppointmentSlots API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| desiredEndDate | string |
| desiredStartDate | string |
{- "desiredEndDate": "string",
- "desiredStartDate": "string"
}{- "operationId": "string"
}Wrapper around Amazon's scheduleSelfShipAppointment API
| inboundPlanId required | string |
| shipmentId required | string |
| slotId required | string |
| x-access-token required | string An Amazon API access token |
| reasonComment | string Enum: "APPOINTMENT_REQUESTED_BY_MISTAKE" "VEHICLE_DELAY" "SLOT_NOT_SUITABLE" "OUTSIDE_CARRIER_BUSINESS_HOURS" "UNFAVOURABLE_EXTERNAL_CONDITIONS" "PROCUREMENT_DELAY" "SHIPPING_PLAN_CHANGED" "INCREASED_QUANTITY" "OTHER" |
{- "reasonComment": "APPOINTMENT_REQUESTED_BY_MISTAKE"
}{- "selfShipAppointmentDetails": {
- "appointmentId": 0,
- "appointmentSlotTime": {
- "endTime": "string",
- "startTime": "string"
}, - "appointmentStatus": "string"
}
}Wrapper around Amazon's updateShipmentSourceAddress API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
object (spapi.AddressInput) |
{- "source_id": 0
}{- "operationId": "string"
}Wrapper around Amazon's updateShipmentTrackingDetails API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
object |
{- "trackingDetails": {
- "ltlTrackingDetail": {
- "billOfLadingNumber": "string",
- "freightBillNumber": [
- "string"
]
}, - "spdTrackingDetail": {
- "spdTrackingItems": [
- {
- "boxId": "string",
- "trackingId": "string"
}
]
}
}
}{- "operationId": "string"
}Wrapper around Amazon's listTransportationOptions API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| placementOptionId | string |
| shipmentId | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "transportationOptions": [
- {
- "carrier": {
- "alphaCode": "string",
- "name": "string"
}, - "carrierAppointment": {
- "startTime": "string",
- "endTime": "string"
}, - "preconditions": [
- "string"
], - "quote": {
- "cost": {
- "amount": 0,
- "code": "string"
}, - "expiration": "string",
- "voidableUntil": "string"
}, - "shipmentId": "string",
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "string",
- "transportationOptionId": "string"
}
]
}Wrapper around Amazon's generateTransportationOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| list | integer Value: 1 Example: list=1 When the options have been generated, this parameter will tell the server to list those options and save them to the database before returning a success response. |
| x-access-token required | string An Amazon API access token |
| placementOptionId | string |
Array of objects |
{- "placementOptionId": "string",
- "shipmentTransportationConfigurations": [
- {
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "freightInformation": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "freightClass": "NONE"
}, - "pallets": [
- {
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "quantity": 0,
- "stackability": "STACKABLE",
- "weight ": {
- "unit": "LB",
- "value": 0
}
}
], - "readyToShipWindow": {
- "start": "string"
}, - "shipmentId": "string"
}
]
}{- "operationId": "string"
}Wrapper around Amazon's confirmTransportationOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
Array of objects |
{- "transportationSelections ": [
- {
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "shipmentId": "string",
- "transportationOptionId": "string"
}
]
}{- "operationId": "string"
}Wrapper around Amazon's listItemComplianceDetails API
| mskus required | Array of strings |
| marketplaceId required |
| x-access-token required | string An Amazon API access token |
{- "complianceDetails": [
- {
- "asin": "string",
- "fnsku": "string",
- "msku": "string",
- "taxDetails": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "hsnCode": "string",
- "taxRates": [
- {
- "cessRate": 0,
- "gstRate": 0,
- "taxType": "CGST"
}
]
}
}
]
}Wrapper around Amazon's updateItemComplianceDetails API
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| msku | string |
object (spapi.TaxDetails) |
{- "msku": "string",
- "taxDetails": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "hsnCode": "string",
- "taxRates": [
- {
- "cessRate": 0,
- "gstRate": 0,
- "taxType": "CGST"
}
]
}
}{- "operationId": "string"
}Wrapper around Amazon's createMarketplaceItemLabels API
| x-access-token required | string An Amazon API access token |
| height | integer |
| labelType | |
| localeCode | string |
| marketplaceId | string (MarketplaceId) |
Array of objects | |
| pageType | string Enum: "A4_21" "A4_24" "A4_24_64x33" "A4_24_66x35" "A4_24_70x36" "A4_24_70x37" "A4_24i" "A4_27" "A4_40_52x29" "A4_44_48x25" "Letter_30" |
| width | integer |
{- "height": 0,
- "labelType": "STANDARD_FORMAT",
- "localeCode": "string",
- "marketplaceId": "ATVPDKIKX0DER",
- "mskuQuantities": [
- {
- "msku": "string",
- "quantity": 0
}
], - "pageType": "A4_21",
- "width": 0
}{- "documentDownloads": [
- {
- "downloadType": "string",
- "expiration": "string",
- "uri ": "string"
}
]
}Wrapper around Amazon's listPrepDetails API
| marketplaceId required | |
| mskus required | Array of strings |
| x-access-token required | string An Amazon API access token |
{- "mskuPrepDetails": [
- {
- "allOwnersConstraint": "MUST_MATCH",
- "labelOwnerConstraint": "AMAZON_ONLY",
- "msku": "string",
- "prepCategory": "ADULT",
- "prepOwnerConstraint": "AMAZON_ONLY",
- "prepTypes": [
- "ITEM_BLACK_SHRINKWRAP"
]
}
]
}Wrapper around Amazon's setPrepDetails API
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| marketplaceId | string (MarketplaceId) |
Array of objects |
{- "marketplaceId": "ATVPDKIKX0DER",
- "mskuPrepDetails": [
- {
- "msku": "string",
- "prepCategory": "ADULT",
- "prepTypes": [
- "ITEM_BLACK_SHRINKWRAP"
]
}
]
}{- "operationId": "string"
}Wrapper around Amazon's getInboundOperationStatus API
| operationId required | string |
| x-access-token required | string An Amazon API access token |
{- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}Wrapper around Amazon's getBillOfLading API
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
], - "payload": {
- "DownloadURL": "string"
}
}Wrapper around Amazon's getLabels API
| shipmentId required | string |
| PageType required | string Enum: "PackageLabel_A4_2_DHL" "PackageLabel_Letter_PCP_FulfillmentLabel" "PackageLabel_AWD_Thermal_Square_10CM" "PackageLabel_Letter_6_Unified" "PackageLabel_A4_2_CITITRANS" "PackageLabel_Thermal" "PackageLabel_Plain_Paper" "PackageLabel_A4_2_AMZL" "PackageLabel_AWD_Letter_2_Horizontal" "PackageLabel_Plain_Paper_Default" "PackageLabel_Thermal_NonPCP" "PackageLabel_Plain_Paper_ARAMEX" "PackageLabel_A4_2_AIDUK" "PackageLabel_Thermal_No_Carrier_Rotation" "PackageLabel_Plain_Paper_CarrierBottom" "PackageLabel_Letter_2" "PackageLabel_A4_2_Horizontal" "PackageLabel_Thermal_No_Carrier_Rotation_SEND_CN_Carriers" "PackageLabel_Letter_2_SEND_CN_Carriers" "PackageLabel_Letter_6_CarrierLeft" "PackageLabel_Letter_6" "PackageLabel_AWD_Letter_PCP_FulfillmentLabel" "PackageLabel_Thermal_Square_10CM" "PackageLabel_A4_6_ARAMEX" "PackageLabel_AWD_Plain_Paper" "PackageLabel_AWD_Thermal" "PackageLabel_A4_2" "PackageLabel_A4_2_GIFT" "PackageLabel_AWD_Thermal_No_Carrier_Rotation" "PackageLabel_Thermal_Unified" "PackageLabel_Plain_Paper_Unified" "PackageLabel_Letter_2_Horizontal" "PackageLabel_A4_4" "PackageLabel_AWD_Thermal_NonPCP" "PackageLabel_AWD_A4_2_Horizontal" "PackageLabel_AWD_Letter_2" "PackageLabel_A4_6" "PackageLabel_A4_2_Standard_Carrier" "PackageLabel_AWD_Letter_6" "PackageLabel_A4_2_YAMATO" "PackageLabel_Plain_Paper_JPPost" |
| LabelType required | |
| NumberOfPackages | integer |
| PackageLabelsToPrint | Array of strings |
| NumberOfPallets | integer |
| PageSize | integer |
| PageStartIndex | integer |
| x-access-token required | string An Amazon API access token |
{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
], - "payload": {
- "DownloadURL": "string"
}
}Load the inbound plans associated with the given batch
| batch_id required | string |
{- "inbound_plans": [
- {
- "inbound_plan_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "created_at": "string",
- "last_updated_at": "string",
- "marketplace_name": "string",
- "name": "string",
- "source_address": 0,
- "status": "string",
- "packing_options": [
- {
- "packing_option_id": "string",
- "fees": { },
- "status": "string",
- "discounts": { },
- "expiration": "string",
- "packing_groups": [
- {
- "packing_group_id": "string",
- "items": [
- {
- "asin": "string",
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "labelOwner": "string",
- "prepInstructions": [
- { }
]
}
]
}
]
}
], - "operation_id": "string",
- "operation_status": "string",
- "operation_problems": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "set_packing_information_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_packing_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_placement_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_shipment_content_update_previews_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_self_ship_appointment_slots_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_transportation_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}
}
], - "total_rows": 0
}Create an inbound plan from the items in the provided batch
| batch_id required | string |
{- "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "inbound_plan": {
- "inbound_plan_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "created_at": "string",
- "last_updated_at": "string",
- "marketplace_name": "string",
- "name": "string",
- "source_address": 0,
- "status": "string",
- "packing_options": [
- {
- "packing_option_id": "string",
- "fees": { },
- "status": "string",
- "discounts": { },
- "expiration": "string",
- "packing_groups": [
- {
- "packing_group_id": "string",
- "items": [
- {
- "asin": "string",
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "labelOwner": "string",
- "prepInstructions": [
- {
- "fee": { },
- "prepType": null,
- "prepOwner": null
}
]
}
]
}
]
}
], - "operation_id": "string",
- "operation_status": "string",
- "operation_problems": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "set_packing_information_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_packing_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_placement_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_shipment_content_update_previews_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_self_ship_appointment_slots_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_transportation_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}
}
}Send packed box information to Amazon
| batch_id required | string |
{- "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "placement_options": [
- {
- "fees": { },
- "status": "string",
- "discounts": { },
- "expiration": "string",
- "shipments": [
- {
- "amazonReferenceId": "string",
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "dates": {
- "readyToShipWindow": {
- "editableUntil": "string",
- "start": "string",
- "end": "string"
}
}, - "destination ": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "destinationType": "AMAZON_OPTIMIZED",
- "warehouseId": "string"
}, - "freightInformation": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "freightClass": "NONE"
}, - "name": "string",
- "placementOptionId": "string",
- "selectedDeliveryWindow": {
- "availabilityType": "AVAILABLE",
- "deliveryWindowOptionId": "string",
- "editableUntil": "string",
- "endDate": "string",
- "startDate": "string"
}, - "selectedTransportationOptionId ": "string",
- "selfShipAppointmentDetails ": [
- {
- "appointmentId": 0,
- "appointmentSlotTime": {
- "endTime ": "string",
- "startTime ": "string"
}, - "appointmentStatus": "string"
}
], - "shipmentConfirmationId": "string",
- "shipmentId": "string",
- "source": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "sourceType": "SELLER_FACILITY"
}, - "status": "ABANDONED",
- "trackingDetails": {
- "ltlTrackingDetail": {
- "billOfLadingNumber": "string",
- "freightBillNumber": [
- "string"
]
}, - "spdTrackingDetail": {
- "spdTrackingItems": [
- {
- "boxId": "string",
- "trackingId": "string",
- "trackingNumberValidationStatus": "VALIDATED"
}
]
}
}
}
]
}
]
}List boxes for a v1 Amazon batch
| v1_batch_id | string The id of the v1 batch to load boxes for |
| v2_batch_id | string The id of the v2 batch to load boxes for |
| shipment_id | string The id of the v2 shipment to load boxes for |
| with | Array of strings Items Enum: "configuration" "box_items" Comma separated list of zero or more of |
{- "boxes": [
- {
- "box_items": [
- {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
], - "configuration": 0,
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
], - "total_rows": 0
}Insert a Box
| shipment_id | string The shipment to create the box in |
| v1_batch_id | integer The v1 batch to create the box in |
| v2_batch_id | integer <int64> The v2 batch to create the box in |
| pallet_id | integer Move the box to a pallet |
| quantity | integer How many copies of this box there are |
| tracking_id | string The tracking id |
| inbound_plan_id required | string The id of the inbound plan this box belongs to |
| packing_option_id required | string The id of the packing option this box belongs to |
| packing_group_id | string The id of the packing group this box belongs to |
| length | integer The length of the box in |
| width | integer The width of the box in |
| height | integer The height of the box in |
| unit_of_measurement | string
|
| weight | integer The weight of the box in |
| unit_of_weight | string
|
{- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Delete a Box
| box_id required | string The id of the box to delete |
{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Get a Box
| box_id required | string The id of the box to get |
{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Update Box
| box_id required | string The id of the box to update |
| pallet_id | integer Move the box to a pallet |
| quantity | integer How many copies of this box there are |
| tracking_id | string The tracking id |
| inbound_plan_id required | string The id of the inbound plan this box belongs to |
| packing_option_id required | string The id of the packing option this box belongs to |
| packing_group_id | string The id of the packing group this box belongs to |
| length | integer The length of the box in |
| width | integer The width of the box in |
| height | integer The height of the box in |
| unit_of_measurement | string
|
| weight | integer The weight of the box in |
| unit_of_weight | string
|
{- "pallet_id": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}List BoxItems
| box_id required | string The id of the box to get |
| box_created required | string The timestamp the box with ID |
{- "box_items": [
- {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
], - "total_rows": 0
}Insert BoxItem
| box_id required | string The id of the box to get |
| box_created required | string The timestamp the box with ID |
| sku required | string |
| external_id required | string |
| expiration | string |
| fnsku | string |
| label_owner | string |
| manufacturing_lot_code | string |
object | |
| prep_owner | string |
| quantity | integer Set quantity to this value |
| packing_group_id | string |
| add_quantity | integer If this item already exists in the box, increment the quantity by this amount |
{- "sku": "string",
- "external_id": "string",
- "expiration": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "packing_group_id": "string",
- "add_quantity": 0
}{- "box_item": {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
}Delete BoxItem
| box_id required | string The id of the box in which the item to delete resides |
| sku required | string The SKU of the box item to delete |
| box_created required | string The timestamp the box with ID |
{- "box_item": {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
}Update BoxItem
| box_id required | string The id of the box in which the item to update resides |
| sku required | string The SKU of the box item to update |
| box_created required | string The timestamp the box with ID |
| expiration | string |
| fnsku | string |
| label_owner | string |
| manufacturing_lot_code | string |
object | |
| prep_owner | string |
| quantity | integer Set quantity to this value |
| packing_group_id | string |
| add_quantity | integer If this item already exists in the box, increment the quantity by this amount |
{- "expiration": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "packing_group_id": "string",
- "add_quantity": 0
}{- "box_item": {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
}List Pallets
| v1_batch_id | string The id of the v1 batch to load pallets for |
| v2_batch_id | string The id of the v2 batch to load pallets for |
| shipment_id | string The id of the v2 shipment to load pallets for |
{- "boxes": [
- {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
], - "total_rows": 0
}Insert Pallet
| shipment_id | string The shipment to create the pallet in |
| v1_batch_id | integer The v1 batch to create the pallet in |
| v2_batch_id | integer <int64> The v2 batch to create the pallet in |
| quantity | integer How many copies of this pallet there are |
| stackability | |
| inbound_plan_id | string The id of the inbound plan this pallet belongs to |
| placement_option_id | string The id of the placement option this pallet belongs to |
| length | integer The length of the pallet in |
| width | integer The width of the pallet in |
| height | integer The height of the pallet in |
| unit_of_measurement | string
|
| weight | integer The weight of the pallet in |
| unit_of_weight | string
|
{- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Delete Pallet
| pallet_id required | string The id of the pallet to delete |
{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}List Pallet
| pallet_id required | string The id of the pallet to get |
{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Update Pallet
| pallet_id required | string The id of the pallet to update |
| quantity | integer How many copies of this pallet there are |
| stackability | |
| inbound_plan_id | string The id of the inbound plan this pallet belongs to |
| placement_option_id | string The id of the placement option this pallet belongs to |
| length | integer The length of the pallet in |
| width | integer The width of the pallet in |
| height | integer The height of the pallet in |
| unit_of_measurement | string
|
| weight | integer The weight of the pallet in |
| unit_of_weight | string
|
{- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Get a list of Purchase Orders.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "archived": true,
- "external_id": "string",
- "marketplace": "string",
- "search": [
- "string"
], - "ship_from": [
- "string"
]
}
}{- "data": {
- "purchaseOrders": [
- { }
]
}
}Create a single purchase order.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "name": "string",
- "external_id": "string",
- "marketplace": "string",
- "ship_from": "string"
}
}{- "data": {
- "createPurchaseOrder": [
- { }
]
}
}Update a purchase order. This does not change any of the items in the PO.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_id": "string",
- "name": "string",
- "archived": true,
- "external_id": "string"
}
}{- "data": {
- "updatePurchaseOrder": [
- { }
]
}
}Get a list of purchase order items.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_ids": [
- "string"
]
}
}{- "data": {
- "purchaseOrderItems": [
- { }
]
}
}Add items to a purchase order.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_id": "string",
- "items": [
- {
- "inventory": {
- "msku": "string",
- "product": {
- "asin": "string"
}, - "condition": "string",
- "marketplace": "string"
}, - "ordered": 0
}
]
}
}{- "data": {
- "createPurchaseOrderItems": [
- { }
]
}
}Update a single purchase order item.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_item_id": "string",
- "item": {
- "inventory": {
- "msku": "string",
- "product": {
- "asin": "string"
}, - "condition": "string",
- "marketplace": "string",
- "price": 0
}, - "ordered": 0,
- "received": 0,
- "damaged": 0,
- "multipack": 0,
- "cost": 0,
- "expires": "string"
}
}
}{- "data": {
- "updatePurchaseOrderItem": [
- { }
]
}
}Get Batches
| query | string
|
object |
{- "query": "string",
- "variables": {
- "archived": true,
- "batch_id": "string",
- "deleted": true,
- "limit": 0,
- "marketplace": "string",
- "purchase_order_id": "string",
- "search": [
- "string"
], - "ship_from": [
- "string"
]
}
}{- "data": {
- "batches": [
- {
- "_id": "string",
- "name": "string",
- "marketplace": "string",
- "ship_from_id": "string",
- "ship_from": {
- "zip": "string",
- "city": "string",
- "name": "string",
- "email": "string",
- "phone": "string",
- "state": "string",
- "line_1": "string",
- "line_2": "string",
- "country": "string"
}, - "fba": true,
- "multipack": true,
- "created": "string",
- "archived": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "total_quantity": 0,
- "total_count": 0,
- "shipments": [
- "string"
], - "purchase_order_id": "string",
- "batch_type": "string"
}
]
}
}Create Batch
| query | string
|
object |
{- "query": "string",
- "variables": {
- "marketplace": "string",
- "name": "string",
- "ship_from": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
]
}
}{- "data": {
- "createBatch": {
- "_id": "string",
- "name": "string",
- "marketplace": "string",
- "ship_from_id": "string",
- "ship_from": {
- "zip": "string",
- "city": "string",
- "name": "string",
- "email": "string",
- "phone": "string",
- "state": "string",
- "line_1": "string",
- "line_2": "string",
- "country": "string"
}, - "fba": true,
- "multipack": true,
- "created": "string",
- "archived": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "total_quantity": 0,
- "total_count": 0,
- "shipments": [
- "string"
], - "purchase_order_id": "string",
- "batch_type": "string"
}
}
}Update Batch
| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string",
- "ship_from": "string",
- "fba": true,
- "purchase_order_id": "string",
- "name": "string",
- "archived": true,
- "deleted": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_type": "AMAZON_LABEL",
- "current_step": 0,
- "flow": 0
}
}{- "data": {
- "updateBatch": {
- "_id": "string",
- "name": "string",
- "marketplace": "string",
- "ship_from_id": "string",
- "ship_from": {
- "zip": "string",
- "city": "string",
- "name": "string",
- "email": "string",
- "phone": "string",
- "state": "string",
- "line_1": "string",
- "line_2": "string",
- "country": "string"
}, - "fba": true,
- "multipack": true,
- "created": "string",
- "archived": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "total_quantity": 0,
- "total_count": 0,
- "shipments": [
- "string"
], - "purchase_order_id": "string",
- "batch_type": "string"
}
}
}| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string"
}
}{- "data": {
- "batchSummary": [
- {
- "batch_id": "string",
- "total_cost": 0,
- "total_payout": 0,
- "avg_rank": 0,
- "creating_listings": true
}
], - "batchItems": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": null,
- "rank": null,
- "title": null,
- "classificationId": null
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
]
}
}| op required | string Value: "CreateBatchItems" GraphQL query |
| x-access-token required | string An Amazon API access token |
| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string",
- "marketplace": "string",
- "items": [
- {
- "inventory": {
- "_id": "string",
- "msku": "string",
- "fnsku": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "marketplace": "string"
}, - "condition": "string",
- "fba": true,
- "notes": [
- "string"
], - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "price": 0,
- "floor": 0,
- "ceiling": 0,
- "tax_code_id": "string",
- "marketplace": "string"
}, - "quantity": 0,
- "quantity_in_case": 0,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "buylist": [
- {
- "_id": "string",
- "asin": "string",
- "condition": "string",
- "inventory_id": "string",
- "source_id": "string",
- "source": "string",
- "quantity": 0,
- "cost": 0,
- "price": 0,
- "purchased": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "msku": "string",
- "notes": "string",
- "misc": { },
- "condition_notes": "string"
}
], - "misc": { },
- "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string"
}
], - "manuallyCreateFbaListings": true
}
}{- "items": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
], - "invalid": [
- { }
]
}| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_item_id": "string",
- "add_quantity": 0,
- "set_quantity": 0,
- "quantity_in_case": 0,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "deleted": true,
- "buylist": [
- {
- "_id": "string",
- "asin": "string",
- "condition": "string",
- "inventory_id": "string",
- "source_id": "string",
- "source": "string",
- "quantity": 0,
- "cost": 0,
- "price": 0,
- "purchased": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "msku": "string",
- "notes": "string",
- "misc": { },
- "condition_notes": "string"
}
], - "inventory": {
- "_id": "string",
- "msku": "string",
- "fnsku": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "marketplace": "string"
}, - "condition": "string",
- "fba": true,
- "notes": [
- "string"
], - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "price": 0,
- "floor": 0,
- "ceiling": 0,
- "tax_code_id": "string",
- "marketplace": "string"
}, - "prep_owner": "string",
- "label_owner": "string",
- "restore_buylist": true,
- "lot_code": "string"
}
}{- "data": {
- "updateBatchItem": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": null,
- "rank": null,
- "title": null,
- "classificationId": null
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
]
}
}| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string",
- "items": [
- {
- "purchase_order_item_id": "string",
- "quantity": 0
}
], - "ShipToCountryCode": "string",
- "send_prep_instructions": true,
- "shipment_per_sku": true
}
}{- "data": {
- "importPurchaseOrderItems": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": null,
- "rank": null,
- "title": null,
- "classificationId": null
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
]
}
}Get PackHistory
| start | string Example: start=2025-01-01 Get items packed after this timestamp |
| end | string Example: end=2025-02-01 Get items packed before this timestamp |
| created-by | string Example: created-by=2f16c5b2-97d3-4238-8b89-22851363bf27 Optional comma-separated list of user ids to restrict to |
| shipment | string Example: shipment=FBA18V17NFFD Optional comma-separated list of shipment ids to restrict to |
| X-Requested-With required | string Example: XMLHttpRequest Must be |
[- {
- "username": "string",
- "userid": "string",
- "at": "string",
- "quantity": 0,
- "expires": "string",
- "deleted": true,
- "msku": "string",
- "fnsku": "string",
- "asin": "string",
- "fcid": "string",
- "shipmentname": "string",
- "shipped": "string",
- "total-weight": 0,
- "metric": true,
- "pallet-count": 0,
- "content-status": "string",
- "carrier": "string",
- "reference-id": "string",
- "estimate": "string",
- "shipping_mode": "string",
- "partnered": true,
- "shipment": true,
- "box": 0,
- "tracking_id": "string",
- "ship-from-name": "string",
- "ship-from": "string",
- "batches": "string",
- "shipment-value": 0
}
]Inventory
| query | string
|
object |
{- "query": "string",
- "variables": {
- "asins": [
- "string"
], - "active": true,
- "unlisted": true,
- "limit": 0,
- "offset": 0,
- "marketplace": "string",
- "filters": {
- "q": "string",
- "fulfillable": "string"
}, - "ship_from": [
- 0
], - "sort_by": "string"
}
}{- "data": {
- "Inventory": [
- {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}
]
}
}Update InventoryItems
| query | string
|
object |
{- "query": "string",
- "variables": {
- "marketplace": "string",
- "items": [
- {
- "msku": "string",
- "marketplace": "string",
- "tags": [
- {
- "name": "string",
- "color": 0,
- "url": "string"
}
]
}
]
}
}{- "data": {
- "UpdateInventoryItems": [
- {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}
]
}
}Get ItemSetup by Match
| x-wm-access-token required | string A Walmart API access token |
object | |
Array of objects |
{- "MPItemFeedHeader": {
- "sellingChannel": "mpsetupbymatch",
- "locale": "en",
- "version": "4.2"
}, - "MPItem": [
- {
- "Item": {
- "sku": "string",
- "condition": "string",
- "productIdentifiers": {
- "productIdType": "GTIN",
- "productId": "string"
}, - "price": 0,
- "ShippingWeight": 0
}
}
]
}{- "feedId": "string"
}Bulk Inventory Update
| x-wm-access-token required | string A Walmart API access token |
object | |
Array of objects |
{- "InventoryHeader": {
- "version": "1.4"
}, - "Inventory": [
- {
- "sku": "string",
- "quantity": {
- "unit": "EACH",
- "amount": 0
}
}
]
}{- "feedId": "string"
}Wrapper around Walmart's allFeedStatuses API
| feedId | string A unique ID returned from the Bulk Upload API, used for tracking the Feed File. |
| feedType | string The feed type. |
| feedStatus | string Status of the feed. |
| offset | string Default: "0" The object response to start with, where 0 is the first entity that can be requested. |
| limit | string Default: "50" The number of entities to be returned. It cannot be more than 50 entities. |
| x-wm-access-token required | string A Walmart API access token |
{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
], - "errorIdentifiers": { },
- "component": "string",
- "type": "string",
- "serviceName": "string",
- "gatewayErrorCategory": "INTERNAL_DATA_ERROR"
}
], - "totalResults": 0,
- "offset": 0,
- "limit": 0,
- "results": {
- "feed": [
- {
- "feedId": "string",
- "feedSource": "string",
- "feedType": "string",
- "partnerId": "string",
- "itemsReceived": 0,
- "itemsSucceeded": 0,
- "itemsFailed": 0,
- "itemsProcessing": 0,
- "feedStatus": "RECEIVED",
- "feedDate": 0,
- "batchId": "string",
- "modifiedDtm": 0
}
]
}
}Wrapper around Walmart's retireAnItem API
| sku required | string An arbitrary alphanumeric unique ID, specified by the seller, which identifies each item. |
| x-wm-access-token required | string A Walmart API access token |
{- "sku": "string",
- "message": "string"
}Wrapper around Walmart's Get Shipments API
| offset | string Default: "0" |
| limit | string Default: "10" |
| inboundOrderId | string |
| shipmentId | string |
| status | string |
| fromCreateDate | string <date-time> |
| toCreateDate | string <date-time> |
| x-wm-access-token required | string A Walmart API access token |
{- "headers": {
- "totalCount": 0,
- "limit": 0,
- "offset": 0
}, - "payload": [
- {
- "inboundOrderId": "string",
- "shipmentId": "string",
- "shipToAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "status": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "shipmentUnits": 0,
- "receivedUnits": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "updatedExpectedDeliveryDate": "2019-08-24T14:15:22Z",
- "actualDeliveryDate": "2019-08-24T14:15:22Z",
- "trackingNo": [
- "string"
], - "carrierName": "string"
}
]
}Wrapper around Walmart's Create Inbound Shipment API
| x-wm-access-token required | string A Walmart API access token |
| inboundOrderId required | string |
object | |
required | object |
required | Array of objects (wm.OrderItem) length between 1 and 5000 |
{- "inboundOrderId": "string",
- "inboundServices": {
- "inventoryTransferService": "Y"
}, - "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "orderItems": [
- {
- "productId": "string",
- "productType": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "addOnServices": [
- {
- "serviceType": "string"
}
], - "itemNbr": 0,
- "dimensions": [
- 0
], - "itemWeightQty": 0,
- "nonSortItem": true,
- "shipNode": "string"
}
]
}{- "status": "string",
- "payload": [
- {
- "shipmentId": "string",
- "shipToAddress": {
- "fcName": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "shipmentItems": [
- {
- "vendorSku": "string",
- "itemQty": 0
}
], - "expectedDeliveryDate": "string"
}
]
}Wrapper around Walmart's Fetch Inbound Preview API
| x-wm-access-token required | string A Walmart API access token |
object | |
object |
{- "header": {
- "headerAttributes": {
- "buId": "string",
- "martId": "string"
}
}, - "payload": {
- "inboundOrderId": "string",
- "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "orderItems": [
- {
- "productId": "string",
- "productType": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "addOnServices": [
- {
- "serviceType": "string"
}
], - "itemNbr": 0,
- "dimensions": [
- 0
], - "itemWeightQty": 0,
- "nonSortItem": true,
- "shipNode": "string"
}
]
}
}{- "status": "string",
- "payload": [
- {
- "inboundOrderId": "string",
- "previews": [
- {
- "shipNode": "string",
- "isSortable": true,
- "isNonSortable": true,
- "nodeType": "FC",
- "shipToAddress": {
- "fcName": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "shipmentItems": [
- {
- "vendorSku": "string",
- "productType": "string",
- "productId": "string",
- "itemQty": 0
}
], - "totalNetTransferCharge": 0,
- "currencyUnit": "string"
}
]
}
]
}Wrapper around Walmart's Update Shipment Quantities API
| shipmentId required | string ID of the shipment to update |
| x-wm-access-token required | string A Walmart API access token |
| inboundOrderId | string |
Array of objects |
{- "inboundOrderId": "string",
- "orderItems": [
- {
- "sku": "string",
- "updatedShipmentQty": 0
}
]
}{- "status": "string",
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Update Shipment Tracking API
| shipmentId required | string ID of the shipment to update |
| x-wm-access-token required | string A Walmart API access token |
| carrierName | string |
| trackingInfo | Array of strings |
{- "carrierName": "string",
- "trackingInfo": [
- "string"
]
}{- "status": "string",
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Create Carrier Rate Quote API
| x-wm-access-token required | string A Walmart API access token |
required | object |
{- "payload": {
- "shipmentId": "string",
- "quoteType": "string",
- "units": [
- {
- "destination": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateOrProvince": "string",
- "country": "string",
- "postalCode": "string"
}, - "origin": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateOrProvince": "string",
- "country": "string",
- "postalCode": "string",
- "locationName": "string"
}, - "unitDetails": {
- "shipmentPackages": [
- {
- "packageSequenceNumber": 0,
- "weight": 0,
- "weightUOM": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "lengthUOM": "IN",
- "packageType": "SINGLE SKUS"
}
]
}
}
]
}
}{- "shipmentId": "string",
- "shipmentNumber": "string",
- "rateQuotes": [
- {
- "quoteId": "string",
- "estimatedDeliveryDateTime": "2019-08-24T14:15:22Z",
- "carrier": {
- "carrierId": "string",
- "carrierName": "string"
}, - "currency": "string",
- "discountCharge": 0,
- "netCharge": 0,
- "surchargeType": "string",
- "surchargeValue": "string",
- "totalBillingWeight": 0,
- "status": "string",
- "transitDays": "string",
- "effectiveDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z",
- "mode": "PARCEL",
- "sellerFreightClassCode": "string",
- "freightCharge": 0,
- "fuelCharge": 0,
- "totalWeight": 0,
- "totalVolume": 0,
- "equipmentTypeCode": "string",
- "serviceCode": "string",
- "numberOfPallets": 0,
- "nominalCharge": 0,
- "assessorialCharge": 0,
- "serviceCharge": 0,
- "minimumCharge": 0,
- "declaredValue": "string",
- "mixedSKUs": 0,
- "singleSKUs": 0,
- "freightReadyDate": "2019-08-24T14:15:22Z"
}
], - "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Get Carrier Rate Quote API
| shipmentId required | string |
| mode required | string (wm.Mode) Enum: "PARCEL" "LTL" |
| x-wm-access-token required | string A Walmart API access token |
{- "shipmentId": "string",
- "quoteId": "string",
- "estimatedDeliveryDateTime": "2019-08-24T14:15:22Z",
- "quoteCreationDate": "2019-08-24T14:15:22Z",
- "carrier": {
- "carrierId": "string",
- "carrierName": "string"
}, - "rateQuote": {
- "quoteId": "string",
- "estimatedDeliveryDateTime": "2019-08-24T14:15:22Z",
- "carrier": {
- "carrierId": "string",
- "carrierName": "string"
}, - "currency": "string",
- "discountCharge": 0,
- "netCharge": 0,
- "surchargeType": "string",
- "surchargeValue": "string",
- "totalBillingWeight": 0,
- "status": "string"
}, - "shipmentPackages": [
- {
- "packageSequenceNumber": 0,
- "weight": 0,
- "weightUOM": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "lengthUOM": "IN",
- "packageType": "SINGLE SKUS"
}
], - "originLocation": {
- "locationName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "locationId": "string"
}, - "destinationLocation": {
- "locationName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "locationId": "string"
}, - "returnLocation": {
- "locationName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}
}, - "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Create Booking API
| x-wm-access-token required | string A Walmart API access token |
required | object |
{- "payload": {
- "shipmentId": "string",
- "bookingDetails": {
- "quoteType": "PARCEL",
- "quoteId": "string",
- "unitDetails": [
- {
- "noOfSingleSkuBoxes": 0,
- "noOfMixedSkuBoxes": 0
}
]
}
}
}{- "status": "string",
- "header": { },
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Cancel Booking API
| shipmentId required | string |
| mode required | string Enum: "Parcel" "LTL" |
| x-wm-access-token required | string A Walmart API access token |
{- "status": "string",
- "header": { },
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Create Inbound Shipment label API
| x-wm-access-token required | string A Walmart API access token |
| shipmentId required | string |
| labelSize | string Enum: "X4_6" "X4_3" |
| labelFormat | string Enum: "PDF" "ZPL" |
Array of objects |
{- "shipmentId": "string",
- "labelSize": "X4_6",
- "labelFormat": "PDF",
- "loadTypes": [
- {
- "count": 0,
- "loadType": "string"
}
]
}{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Print Bill of lading API
| shipmentId required | string |
| mode required | string Enum: "Parcel" " LTL" |
| x-wm-access-token required | string A Walmart API access token |
{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Print Carrier Label API
| shipmentId required | string |
| x-wm-access-token required | string A Walmart API access token |
| shipDate required | string <date-time> Full timestamp with microsecond precision required |
{- "shipDate": "2025-08-22T00:00:00.000Z"
}{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Get Inbound Shipment errors API
| offset | string Default: "0" |
| limit | string Default: "10" |
| inboundOrderId | string |
| x-wm-access-token required | string A Walmart API access token |
{- "headers": {
- "totalCount": 0,
- "limit": 0,
- "offset": 0
}, - "payload": [
- {
- "inboundOrderId": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "orderItems": [
- {
- "productId": "string",
- "productType": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "addOnServices": [
- {
- "serviceType": "string"
}
], - "itemNbr": 0,
- "dimensions": [
- 0
], - "itemWeightQty": 0,
- "nonSortItem": true,
- "shipNode": "string"
}
], - "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}
]
}Wrapper around Walmart's Get Inbound Shipment Items API
| offset | string Default: "0" |
| limit | string Default: "10" |
| shipmentId | string |
| x-wm-access-token required | string A Walmart API access token |
{- "headers": {
- "totalCount": 0,
- "limit": 0,
- "offset": 0
}, - "payload": [
- {
- "inboundOrderId": "string",
- "shipmentId": "string",
- "gtin": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "receivedQty": 0,
- "damagedQty": 0,
- "fillRate": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "updatedExpectedDeliveryDate": "2019-08-24T14:15:22Z",
- "shipNodeName": "string"
}
]
}Wrapper around Walmart's Cancel Inbound Shipment API
| inboundOrderId required | string |
| x-wm-access-token required | string A Walmart API access token |
{- "status": "string",
- "header": { },
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Inventory
| query | string
|
object |
{- "query": "string",
- "variables": {
- "asins": [
- "string"
], - "active": true,
- "unlisted": true,
- "limit": 0,
- "offset": 0,
- "marketplace": "string",
- "filters": {
- "q": "string",
- "fulfillable": "string"
}, - "ship_from": [
- 0
], - "sort_by": "string"
}
}{- "data": {
- "Inventory": [
- {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}
]
}
}Update InventoryItems
| query | string
|
object |
{- "query": "string",
- "variables": {
- "marketplace": "string",
- "items": [
- {
- "msku": "string",
- "marketplace": "string",
- "tags": [
- {
- "name": "string",
- "color": 0,
- "url": "string"
}
]
}
]
}
}{- "data": {
- "UpdateInventoryItems": [
- {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}
]
}
}Get ItemSetup by Match
| x-wm-access-token required | string A Walmart API access token |
object | |
Array of objects |
{- "MPItemFeedHeader": {
- "sellingChannel": "mpsetupbymatch",
- "locale": "en",
- "version": "4.2"
}, - "MPItem": [
- {
- "Item": {
- "sku": "string",
- "condition": "string",
- "productIdentifiers": {
- "productIdType": "GTIN",
- "productId": "string"
}, - "price": 0,
- "ShippingWeight": 0
}
}
]
}{- "feedId": "string"
}Bulk Inventory Update
| x-wm-access-token required | string A Walmart API access token |
object | |
Array of objects |
{- "InventoryHeader": {
- "version": "1.4"
}, - "Inventory": [
- {
- "sku": "string",
- "quantity": {
- "unit": "EACH",
- "amount": 0
}
}
]
}{- "feedId": "string"
}Wrapper around Walmart's allFeedStatuses API
| feedId | string A unique ID returned from the Bulk Upload API, used for tracking the Feed File. |
| feedType | string The feed type. |
| feedStatus | string Status of the feed. |
| offset | string Default: "0" The object response to start with, where 0 is the first entity that can be requested. |
| limit | string Default: "50" The number of entities to be returned. It cannot be more than 50 entities. |
| x-wm-access-token required | string A Walmart API access token |
{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
], - "errorIdentifiers": { },
- "component": "string",
- "type": "string",
- "serviceName": "string",
- "gatewayErrorCategory": "INTERNAL_DATA_ERROR"
}
], - "totalResults": 0,
- "offset": 0,
- "limit": 0,
- "results": {
- "feed": [
- {
- "feedId": "string",
- "feedSource": "string",
- "feedType": "string",
- "partnerId": "string",
- "itemsReceived": 0,
- "itemsSucceeded": 0,
- "itemsFailed": 0,
- "itemsProcessing": 0,
- "feedStatus": "RECEIVED",
- "feedDate": 0,
- "batchId": "string",
- "modifiedDtm": 0
}
]
}
}Wrapper around Walmart's retireAnItem API
| sku required | string An arbitrary alphanumeric unique ID, specified by the seller, which identifies each item. |
| x-wm-access-token required | string A Walmart API access token |
{- "sku": "string",
- "message": "string"
}Wrapper around Amazon's createMarketplaceItemLabels API
| x-access-token required | string An Amazon API access token |
| height | integer |
| labelType | |
| localeCode | string |
| marketplaceId | string (MarketplaceId) |
Array of objects | |
| pageType | string Enum: "A4_21" "A4_24" "A4_24_64x33" "A4_24_66x35" "A4_24_70x36" "A4_24_70x37" "A4_24i" "A4_27" "A4_40_52x29" "A4_44_48x25" "Letter_30" |
| width | integer |
{- "height": 0,
- "labelType": "STANDARD_FORMAT",
- "localeCode": "string",
- "marketplaceId": "ATVPDKIKX0DER",
- "mskuQuantities": [
- {
- "msku": "string",
- "quantity": 0
}
], - "pageType": "A4_21",
- "width": 0
}{- "documentDownloads": [
- {
- "downloadType": "string",
- "expiration": "string",
- "uri ": "string"
}
]
}Wrapper around Amazon's getLabels API
| shipmentId required | string |
| PageType required | string Enum: "PackageLabel_A4_2_DHL" "PackageLabel_Letter_PCP_FulfillmentLabel" "PackageLabel_AWD_Thermal_Square_10CM" "PackageLabel_Letter_6_Unified" "PackageLabel_A4_2_CITITRANS" "PackageLabel_Thermal" "PackageLabel_Plain_Paper" "PackageLabel_A4_2_AMZL" "PackageLabel_AWD_Letter_2_Horizontal" "PackageLabel_Plain_Paper_Default" "PackageLabel_Thermal_NonPCP" "PackageLabel_Plain_Paper_ARAMEX" "PackageLabel_A4_2_AIDUK" "PackageLabel_Thermal_No_Carrier_Rotation" "PackageLabel_Plain_Paper_CarrierBottom" "PackageLabel_Letter_2" "PackageLabel_A4_2_Horizontal" "PackageLabel_Thermal_No_Carrier_Rotation_SEND_CN_Carriers" "PackageLabel_Letter_2_SEND_CN_Carriers" "PackageLabel_Letter_6_CarrierLeft" "PackageLabel_Letter_6" "PackageLabel_AWD_Letter_PCP_FulfillmentLabel" "PackageLabel_Thermal_Square_10CM" "PackageLabel_A4_6_ARAMEX" "PackageLabel_AWD_Plain_Paper" "PackageLabel_AWD_Thermal" "PackageLabel_A4_2" "PackageLabel_A4_2_GIFT" "PackageLabel_AWD_Thermal_No_Carrier_Rotation" "PackageLabel_Thermal_Unified" "PackageLabel_Plain_Paper_Unified" "PackageLabel_Letter_2_Horizontal" "PackageLabel_A4_4" "PackageLabel_AWD_Thermal_NonPCP" "PackageLabel_AWD_A4_2_Horizontal" "PackageLabel_AWD_Letter_2" "PackageLabel_A4_6" "PackageLabel_A4_2_Standard_Carrier" "PackageLabel_AWD_Letter_6" "PackageLabel_A4_2_YAMATO" "PackageLabel_Plain_Paper_JPPost" |
| LabelType required | |
| NumberOfPackages | integer |
| PackageLabelsToPrint | Array of strings |
| NumberOfPallets | integer |
| PageSize | integer |
| PageStartIndex | integer |
| x-access-token required | string An Amazon API access token |
{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
], - "payload": {
- "DownloadURL": "string"
}
}| Accept | string Value: "application/pdf" Specify |
| label_width required | number The width of the label in inches |
| label_height required | number The height of the label in inches |
required | Array of objects A list of items to generate labels for |
object |
{- "label_width": 0,
- "label_height": 0,
- "items": [
- {
- "title": "string",
- "barcode_value": "string",
- "condition": "string",
- "expires": "string",
- "copies": 0,
- "marketplace": "string",
- "fc_id": "string",
- "shipment_id": "string",
- "lot_code": "string"
}
], - "opts": {
- "font_size": 0,
- "title_wrap": true,
- "abbr_business": "string"
}
}{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
]
}Wrapper around Amazon's listInboundPlans API
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| status | |
| sortBy | |
| sortOrder | |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "inboundPlans": [
- {
- "createdAt": "string",
- "inboundPlanId": "string",
- "lastUpdatedAt ": "string",
- "marketplaceIds": [
- "ATVPDKIKX0DER"
], - "name": "string",
- "sourceAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "status": "ACTIVE"
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's createInboundPlan API
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| destinationMarketplaces | Array of strings |
Array of objects (ItemInput) | |
| name | string |
object (spapi.AddressInput) |
{- "destinationMarketplaces": [
- "string"
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "name": "string",
- "sourceAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}
}{- "inboundPlanId": "string",
- "operationId": "string"
}Wrapper around Amazon's getInboundPlan API
| inboundPlanId required | string |
| x-access-token required | string An Amazon API access token |
{- "createdAt": "string",
- "inboundPlanId": "string",
- "lastUpdatedAt ": "string",
- "marketplaceIds": [
- "ATVPDKIKX0DER"
], - "name": "string",
- "packingOptions": [
- {
- "packingOptionId": "string",
- "status": "OFFERED"
}
], - "placementOptions": [
- {
- "placementOptionId": "string",
- "status": "OFFERED"
}
], - "shipments": [
- {
- "shipmentId": "string",
- "status": "ABANDONED"
}
], - "sourceAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "status": "ACTIVE"
}Wrapper around Amazon's listInboundPlanBoxes API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "boxes": [
- {
- "boxId": "string",
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "destinationRegion": {
- "countryCode": "string",
- "state": "string",
- "warehouseId": "string"
}, - "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "templateName": "string",
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's listInboundPlanItems API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's updateInboundPlanName API
| inboundPlanId required | string |
| x-access-token required | string An Amazon API access token |
| name | string |
{- "name": "string"
}{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
]
}Wrapper around Amazon's listPackingGroupBoxes API
| inboundPlanId required | string |
| packingGroupId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "boxes": [
- {
- "boxId": "string",
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "destinationRegion": {
- "countryCode": "string",
- "state": "string",
- "warehouseId": "string"
}, - "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "templateName": "string",
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's listPackingGroupItems API
| inboundPlanId required | string |
| packingGroupId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's setPackingInformation API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
Array of objects |
{- "packageGroupings": [
- {
- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "packingGroupId": "string",
- "shipmentId": "string"
}
]
}{- "operationId": "string"
}Wrapper around Amazon's listPackingOptions API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "packingOptions": [
- {
- "discounts": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "expiration": "string",
- "fees": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "packingGroups": [
- "string"
], - "packingOptionId": "string",
- "status": "OFFERED",
- "supportedShippingConfigurations": [
- {
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "AMAZON_PARTNERED_CARRIER"
}
]
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's generatePackingOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| list | integer Value: 1 Example: list=1 When the options have been generated, this parameter will tell the server to list those options and save them to the database before returning a success response. |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's confirmPackingOption API
| inboundPlanId required | string |
| packingOptionId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's listInboundPlanPallets API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "pallets": [
- {
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "packageId": "string",
- "quantity": 0,
- "stackability": "STACKABLE",
- "weight ": {
- "unit": "LB",
- "value": 0
}
}
]
}Wrapper around Amazon's listPlacementOptions API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "placementOptions": [
- {
- "discounts": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "expiration": "string",
- "fees": [
- {
- "description": "string",
- "target": "string",
- "type": "FEE",
- "value": {
- "amount": 0,
- "code": "string"
}
}
], - "placementOptionId": "string",
- "shipmentIds": [
- "string"
], - "status": "OFFERED"
}
]
}Wrapper around Amazon's generatePlacementOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| list | integer Value: 1 Example: list=1 When the options have been generated, this parameter will tell the server to list those options and save them to the database before returning a success response. |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's confirmPlacementOption API
| inboundPlanId required | string |
| placementOptionId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's getShipment API
| inboundPlanId required | string |
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
{- "amazonReferenceId": "string",
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "dates": {
- "readyToShipWindow": {
- "editableUntil": "string",
- "start": "string",
- "end": "string"
}
}, - "destination ": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "destinationType": "AMAZON_OPTIMIZED",
- "warehouseId": "string"
}, - "freightInformation": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "freightClass": "NONE"
}, - "name": "string",
- "placementOptionId": "string",
- "selectedDeliveryWindow": {
- "availabilityType": "AVAILABLE",
- "deliveryWindowOptionId": "string",
- "editableUntil": "string",
- "endDate": "string",
- "startDate": "string"
}, - "selectedTransportationOptionId ": "string",
- "selfShipAppointmentDetails ": [
- {
- "appointmentId": 0,
- "appointmentSlotTime": {
- "endTime ": "string",
- "startTime ": "string"
}, - "appointmentStatus": "string"
}
], - "shipmentConfirmationId": "string",
- "shipmentId": "string",
- "source": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "sourceType": "SELLER_FACILITY"
}, - "status": "ABANDONED",
- "trackingDetails": {
- "ltlTrackingDetail": {
- "billOfLadingNumber": "string",
- "freightBillNumber": [
- "string"
]
}, - "spdTrackingDetail": {
- "spdTrackingItems": [
- {
- "boxId": "string",
- "trackingId": "string",
- "trackingNumberValidationStatus": "VALIDATED"
}
]
}
}
}Wrapper around Amazon's listShipmentBoxes API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "boxes": [
- {
- "boxId": "string",
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "destinationRegion": {
- "countryCode": "string",
- "state": "string",
- "warehouseId": "string"
}, - "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "templateName": "string",
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's listShipmentContentUpdatePreviews API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "contentUpdatePreviews": [
- {
- "contentUpdatePreviewId": "string",
- "expiration": "string",
- "requestedUpdates": {
- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
]
}, - "transportationOption": {
- "carrier": {
- "alphaCode": "string",
- "name": "string"
}, - "carrierAppointment": {
- "startTime": "string",
- "endTime": "string"
}, - "preconditions": [
- "string"
], - "quote": {
- "cost": {
- "amount": 0,
- "code": "string"
}, - "expiration": "string",
- "voidableUntil": "string"
}, - "shipmentId": "string",
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "string",
- "transportationOptionId": "string"
}
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's generateShipmentContentUpdatePreviews API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
Array of objects (BoxUpdateInput) | |
Array of objects (ItemInput) |
{- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
]
}{- "operationId": "string"
}Wrapper around Amazon's getShipmentContentUpdatePreview API
| inboundPlanId required | string |
| shipmentId required | string |
| contentUpdatePreviewId required | string |
| x-access-token required | string An Amazon API access token |
{- "contentUpdatePreviewId": "string",
- "expiration": "string",
- "requestedUpdates": {
- "boxes": [
- {
- "contentInformationSource": "BOX_CONTENT_PROVIDED",
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
], - "packageId": "string",
- "quantity": 0,
- "weight": {
- "unit": "LB",
- "value": 0
}
}
], - "items": [
- {
- "expiration": "string",
- "labelOwner": "AMAZON",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepOwner": "AMAZON",
- "quantity": 0
}
]
}, - "transportationOption": {
- "carrier": {
- "alphaCode": "string",
- "name": "string"
}, - "carrierAppointment": {
- "startTime": "string",
- "endTime": "string"
}, - "preconditions": [
- "string"
], - "quote": {
- "cost": {
- "amount": 0,
- "code": "string"
}, - "expiration": "string",
- "voidableUntil": "string"
}, - "shipmentId": "string",
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "string",
- "transportationOptionId": "string"
}
}Wrapper around Amazon's confirmShipmentContentUpdatePreview API
| inboundPlanId required | string |
| shipmentId required | string |
| contentUpdatePreviewId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's getDeliveryChallanDocument API
| inboundPlanId required | string |
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
{- "documentDownload ": {
- "downloadType": "string",
- "expiration": "string",
- "uri ": "string"
}
}Wrapper around Amazon's listDeliveryWindowOptions API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "deliveryWindowOptions": [
- {
- "availabilityType": "AVAILABLE",
- "deliveryWindowOptionId": "string",
- "endDate": "string",
- "startDate": "string",
- "validUntil": "string"
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's generateDeliveryWindowOptions API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's confirmDeliveryWindowOptions API
| inboundPlanId required | string |
| shipmentId required | string |
| deliveryWindowOptionId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
{- "operationId": "string"
}Wrapper around Amazon's listShipmentItems API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "items": [
- {
- "asin": "string",
- "expiration": "string",
- "fnsku": "string",
- "labelOwner": "string",
- "manufacturingLotCode": "string",
- "msku": "string",
- "prepInstructions": [
- {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "AMAZON",
- "prepType": "ITEM_LABELING"
}
], - "quantity": 0
}
], - "pagination": {
- "nextToken": "string"
}
}Wrapper around Amazon's updateShipmentName API
| inboundPlanId required | string |
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
| name | string |
{- "name": "string"
}{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
]
}Wrapper around Amazon's listShipmentPallets API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "pallets": [
- {
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "packageId": "string",
- "quantity": 0,
- "stackability": "STACKABLE",
- "weight ": {
- "unit": "LB",
- "value": 0
}
}
]
}Wrapper around Amazon's cancelSelfShipAppointment API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| reasonComment | string Enum: "APPOINTMENT_REQUESTED_BY_MISTAKE" "VEHICLE_DELAY" "SLOT_NOT_SUITABLE" "OUTSIDE_CARRIER_BUSINESS_HOURS" "UNFAVOURABLE_EXTERNAL_CONDITIONS" "PROCUREMENT_DELAY" "SHIPPING_PLAN_CHANGED" "INCREASED_QUANTITY" "OTHER" |
{- "reasonComment": "APPOINTMENT_REQUESTED_BY_MISTAKE"
}{- "operationId": "string"
}Wrapper around Amazon's getSelfShipAppointmentSlots API
| inboundPlanId required | string |
| shipmentId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "selfShipAppointmentSlotsAvailability": {
- "expiresAt": "string",
- "slots": [
- {
- "slotId": "string",
- "slotTime": {
- "endTime": "string",
- "startTime": "string"
}
}
]
}
}Wrapper around Amazon's generateSelfShipAppointmentSlots API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| desiredEndDate | string |
| desiredStartDate | string |
{- "desiredEndDate": "string",
- "desiredStartDate": "string"
}{- "operationId": "string"
}Wrapper around Amazon's scheduleSelfShipAppointment API
| inboundPlanId required | string |
| shipmentId required | string |
| slotId required | string |
| x-access-token required | string An Amazon API access token |
| reasonComment | string Enum: "APPOINTMENT_REQUESTED_BY_MISTAKE" "VEHICLE_DELAY" "SLOT_NOT_SUITABLE" "OUTSIDE_CARRIER_BUSINESS_HOURS" "UNFAVOURABLE_EXTERNAL_CONDITIONS" "PROCUREMENT_DELAY" "SHIPPING_PLAN_CHANGED" "INCREASED_QUANTITY" "OTHER" |
{- "reasonComment": "APPOINTMENT_REQUESTED_BY_MISTAKE"
}{- "selfShipAppointmentDetails": {
- "appointmentId": 0,
- "appointmentSlotTime": {
- "endTime": "string",
- "startTime": "string"
}, - "appointmentStatus": "string"
}
}Wrapper around Amazon's updateShipmentSourceAddress API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
object (spapi.AddressInput) |
{- "source_id": 0
}{- "operationId": "string"
}Wrapper around Amazon's updateShipmentTrackingDetails API
| inboundPlanId required | string |
| shipmentId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
object |
{- "trackingDetails": {
- "ltlTrackingDetail": {
- "billOfLadingNumber": "string",
- "freightBillNumber": [
- "string"
]
}, - "spdTrackingDetail": {
- "spdTrackingItems": [
- {
- "boxId": "string",
- "trackingId": "string"
}
]
}
}
}{- "operationId": "string"
}Wrapper around Amazon's listTransportationOptions API
| inboundPlanId required | string |
| pageSize | integer Example: pageSize=10 |
| paginationToken | string |
| placementOptionId | string |
| shipmentId | string |
| allPages | integer Value: 1 Example: allPages=1 Attempt to get all pages by auto-paging server-side. May be slow or timeout for large datasets. |
| x-access-token required | string An Amazon API access token |
{- "pagination": {
- "nextToken": "string"
}, - "transportationOptions": [
- {
- "carrier": {
- "alphaCode": "string",
- "name": "string"
}, - "carrierAppointment": {
- "startTime": "string",
- "endTime": "string"
}, - "preconditions": [
- "string"
], - "quote": {
- "cost": {
- "amount": 0,
- "code": "string"
}, - "expiration": "string",
- "voidableUntil": "string"
}, - "shipmentId": "string",
- "shippingMode": "GROUND_SMALL_PARCEL",
- "shippingSolution": "string",
- "transportationOptionId": "string"
}
]
}Wrapper around Amazon's generateTransportationOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| list | integer Value: 1 Example: list=1 When the options have been generated, this parameter will tell the server to list those options and save them to the database before returning a success response. |
| x-access-token required | string An Amazon API access token |
| placementOptionId | string |
Array of objects |
{- "placementOptionId": "string",
- "shipmentTransportationConfigurations": [
- {
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "freightInformation": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "freightClass": "NONE"
}, - "pallets": [
- {
- "dimensions": {
- "height": 0,
- "length": 0,
- "width": 0,
- "unitOfMeasurement ": "IN"
}, - "quantity": 0,
- "stackability": "STACKABLE",
- "weight ": {
- "unit": "LB",
- "value": 0
}
}
], - "readyToShipWindow": {
- "start": "string"
}, - "shipmentId": "string"
}
]
}{- "operationId": "string"
}Wrapper around Amazon's confirmTransportationOptions API
| inboundPlanId required | string |
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
Array of objects |
{- "transportationSelections ": [
- {
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "shipmentId": "string",
- "transportationOptionId": "string"
}
]
}{- "operationId": "string"
}Wrapper around Amazon's listItemComplianceDetails API
| mskus required | Array of strings |
| marketplaceId required |
| x-access-token required | string An Amazon API access token |
{- "complianceDetails": [
- {
- "asin": "string",
- "fnsku": "string",
- "msku": "string",
- "taxDetails": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "hsnCode": "string",
- "taxRates": [
- {
- "cessRate": 0,
- "gstRate": 0,
- "taxType": "CGST"
}
]
}
}
]
}Wrapper around Amazon's updateItemComplianceDetails API
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| msku | string |
object (spapi.TaxDetails) |
{- "msku": "string",
- "taxDetails": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "hsnCode": "string",
- "taxRates": [
- {
- "cessRate": 0,
- "gstRate": 0,
- "taxType": "CGST"
}
]
}
}{- "operationId": "string"
}Wrapper around Amazon's createMarketplaceItemLabels API
| x-access-token required | string An Amazon API access token |
| height | integer |
| labelType | |
| localeCode | string |
| marketplaceId | string (MarketplaceId) |
Array of objects | |
| pageType | string Enum: "A4_21" "A4_24" "A4_24_64x33" "A4_24_66x35" "A4_24_70x36" "A4_24_70x37" "A4_24i" "A4_27" "A4_40_52x29" "A4_44_48x25" "Letter_30" |
| width | integer |
{- "height": 0,
- "labelType": "STANDARD_FORMAT",
- "localeCode": "string",
- "marketplaceId": "ATVPDKIKX0DER",
- "mskuQuantities": [
- {
- "msku": "string",
- "quantity": 0
}
], - "pageType": "A4_21",
- "width": 0
}{- "documentDownloads": [
- {
- "downloadType": "string",
- "expiration": "string",
- "uri ": "string"
}
]
}Wrapper around Amazon's listPrepDetails API
| marketplaceId required | |
| mskus required | Array of strings |
| x-access-token required | string An Amazon API access token |
{- "mskuPrepDetails": [
- {
- "allOwnersConstraint": "MUST_MATCH",
- "labelOwnerConstraint": "AMAZON_ONLY",
- "msku": "string",
- "prepCategory": "ADULT",
- "prepOwnerConstraint": "AMAZON_ONLY",
- "prepTypes": [
- "ITEM_BLACK_SHRINKWRAP"
]
}
]
}Wrapper around Amazon's setPrepDetails API
| operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
| x-access-token required | string An Amazon API access token |
| marketplaceId | string (MarketplaceId) |
Array of objects |
{- "marketplaceId": "ATVPDKIKX0DER",
- "mskuPrepDetails": [
- {
- "msku": "string",
- "prepCategory": "ADULT",
- "prepTypes": [
- "ITEM_BLACK_SHRINKWRAP"
]
}
]
}{- "operationId": "string"
}Wrapper around Amazon's getInboundOperationStatus API
| operationId required | string |
| x-access-token required | string An Amazon API access token |
{- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}Wrapper around Amazon's getBillOfLading API
| shipmentId required | string |
| x-access-token required | string An Amazon API access token |
{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
], - "payload": {
- "DownloadURL": "string"
}
}Wrapper around Amazon's getLabels API
| shipmentId required | string |
| PageType required | string Enum: "PackageLabel_A4_2_DHL" "PackageLabel_Letter_PCP_FulfillmentLabel" "PackageLabel_AWD_Thermal_Square_10CM" "PackageLabel_Letter_6_Unified" "PackageLabel_A4_2_CITITRANS" "PackageLabel_Thermal" "PackageLabel_Plain_Paper" "PackageLabel_A4_2_AMZL" "PackageLabel_AWD_Letter_2_Horizontal" "PackageLabel_Plain_Paper_Default" "PackageLabel_Thermal_NonPCP" "PackageLabel_Plain_Paper_ARAMEX" "PackageLabel_A4_2_AIDUK" "PackageLabel_Thermal_No_Carrier_Rotation" "PackageLabel_Plain_Paper_CarrierBottom" "PackageLabel_Letter_2" "PackageLabel_A4_2_Horizontal" "PackageLabel_Thermal_No_Carrier_Rotation_SEND_CN_Carriers" "PackageLabel_Letter_2_SEND_CN_Carriers" "PackageLabel_Letter_6_CarrierLeft" "PackageLabel_Letter_6" "PackageLabel_AWD_Letter_PCP_FulfillmentLabel" "PackageLabel_Thermal_Square_10CM" "PackageLabel_A4_6_ARAMEX" "PackageLabel_AWD_Plain_Paper" "PackageLabel_AWD_Thermal" "PackageLabel_A4_2" "PackageLabel_A4_2_GIFT" "PackageLabel_AWD_Thermal_No_Carrier_Rotation" "PackageLabel_Thermal_Unified" "PackageLabel_Plain_Paper_Unified" "PackageLabel_Letter_2_Horizontal" "PackageLabel_A4_4" "PackageLabel_AWD_Thermal_NonPCP" "PackageLabel_AWD_A4_2_Horizontal" "PackageLabel_AWD_Letter_2" "PackageLabel_A4_6" "PackageLabel_A4_2_Standard_Carrier" "PackageLabel_AWD_Letter_6" "PackageLabel_A4_2_YAMATO" "PackageLabel_Plain_Paper_JPPost" |
| LabelType required | |
| NumberOfPackages | integer |
| PackageLabelsToPrint | Array of strings |
| NumberOfPallets | integer |
| PageSize | integer |
| PageStartIndex | integer |
| x-access-token required | string An Amazon API access token |
{- "errors": [
- {
- "code": "string",
- "details": "string",
- "message": "string"
}
], - "payload": {
- "DownloadURL": "string"
}
}Load the inbound plans associated with the given batch
| batch_id required | string |
{- "inbound_plans": [
- {
- "inbound_plan_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "created_at": "string",
- "last_updated_at": "string",
- "marketplace_name": "string",
- "name": "string",
- "source_address": 0,
- "status": "string",
- "packing_options": [
- {
- "packing_option_id": "string",
- "fees": { },
- "status": "string",
- "discounts": { },
- "expiration": "string",
- "packing_groups": [
- {
- "packing_group_id": "string",
- "items": [
- {
- "asin": "string",
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "labelOwner": "string",
- "prepInstructions": [
- { }
]
}
]
}
]
}
], - "operation_id": "string",
- "operation_status": "string",
- "operation_problems": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "set_packing_information_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_packing_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_placement_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_shipment_content_update_previews_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_self_ship_appointment_slots_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_transportation_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}
}
], - "total_rows": 0
}Create an inbound plan from the items in the provided batch
| batch_id required | string |
{- "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "inbound_plan": {
- "inbound_plan_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "created_at": "string",
- "last_updated_at": "string",
- "marketplace_name": "string",
- "name": "string",
- "source_address": 0,
- "status": "string",
- "packing_options": [
- {
- "packing_option_id": "string",
- "fees": { },
- "status": "string",
- "discounts": { },
- "expiration": "string",
- "packing_groups": [
- {
- "packing_group_id": "string",
- "items": [
- {
- "asin": "string",
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "labelOwner": "string",
- "prepInstructions": [
- {
- "fee": { },
- "prepType": null,
- "prepOwner": null
}
]
}
]
}
]
}
], - "operation_id": "string",
- "operation_status": "string",
- "operation_problems": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "set_packing_information_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_packing_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_placement_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_shipment_content_update_previews_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_self_ship_appointment_slots_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}, - "generate_transportation_options_operation": {
- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}
}
}Send packed box information to Amazon
| batch_id required | string |
{- "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string",
- "severity": "string"
}
], - "placement_options": [
- {
- "fees": { },
- "status": "string",
- "discounts": { },
- "expiration": "string",
- "shipments": [
- {
- "amazonReferenceId": "string",
- "contactInformation": {
- "name": "string",
- "email": "string",
- "phoneNumber": "string"
}, - "dates": {
- "readyToShipWindow": {
- "editableUntil": "string",
- "start": "string",
- "end": "string"
}
}, - "destination ": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "destinationType": "AMAZON_OPTIMIZED",
- "warehouseId": "string"
}, - "freightInformation": {
- "declaredValue": {
- "amount": 0,
- "code": "string"
}, - "freightClass": "NONE"
}, - "name": "string",
- "placementOptionId": "string",
- "selectedDeliveryWindow": {
- "availabilityType": "AVAILABLE",
- "deliveryWindowOptionId": "string",
- "editableUntil": "string",
- "endDate": "string",
- "startDate": "string"
}, - "selectedTransportationOptionId ": "string",
- "selfShipAppointmentDetails ": [
- {
- "appointmentId": 0,
- "appointmentSlotTime": {
- "endTime ": "string",
- "startTime ": "string"
}, - "appointmentStatus": "string"
}
], - "shipmentConfirmationId": "string",
- "shipmentId": "string",
- "source": {
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "companyName": "string",
- "countryCode": "string",
- "email": "string",
- "name": "string",
- "phoneNumber": "string",
- "postalCode": "string",
- "stateOrProvinceCode": "string"
}, - "sourceType": "SELLER_FACILITY"
}, - "status": "ABANDONED",
- "trackingDetails": {
- "ltlTrackingDetail": {
- "billOfLadingNumber": "string",
- "freightBillNumber": [
- "string"
]
}, - "spdTrackingDetail": {
- "spdTrackingItems": [
- {
- "boxId": "string",
- "trackingId": "string",
- "trackingNumberValidationStatus": "VALIDATED"
}
]
}
}
}
]
}
]
}List boxes for a v1 Amazon batch
| v1_batch_id | string The id of the v1 batch to load boxes for |
| v2_batch_id | string The id of the v2 batch to load boxes for |
| shipment_id | string The id of the v2 shipment to load boxes for |
| with | Array of strings Items Enum: "configuration" "box_items" Comma separated list of zero or more of |
{- "boxes": [
- {
- "box_items": [
- {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
], - "configuration": 0,
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
], - "total_rows": 0
}Insert a Box
| shipment_id | string The shipment to create the box in |
| v1_batch_id | integer The v1 batch to create the box in |
| v2_batch_id | integer <int64> The v2 batch to create the box in |
| pallet_id | integer Move the box to a pallet |
| quantity | integer How many copies of this box there are |
| tracking_id | string The tracking id |
| inbound_plan_id required | string The id of the inbound plan this box belongs to |
| packing_option_id required | string The id of the packing option this box belongs to |
| packing_group_id | string The id of the packing group this box belongs to |
| length | integer The length of the box in |
| width | integer The width of the box in |
| height | integer The height of the box in |
| unit_of_measurement | string
|
| weight | integer The weight of the box in |
| unit_of_weight | string
|
{- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Delete a Box
| box_id required | string The id of the box to delete |
{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Get a Box
| box_id required | string The id of the box to get |
{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Update Box
| box_id required | string The id of the box to update |
| pallet_id | integer Move the box to a pallet |
| quantity | integer How many copies of this box there are |
| tracking_id | string The tracking id |
| inbound_plan_id required | string The id of the inbound plan this box belongs to |
| packing_option_id required | string The id of the packing option this box belongs to |
| packing_group_id | string The id of the packing group this box belongs to |
| length | integer The length of the box in |
| width | integer The width of the box in |
| height | integer The height of the box in |
| unit_of_measurement | string
|
| weight | integer The weight of the box in |
| unit_of_weight | string
|
{- "pallet_id": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "box": {
- "box_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "pallet_id": 0,
- "index": 0,
- "quantity": 0,
- "tracking_id": "string",
- "inbound_plan_id": "string",
- "packing_option_id": "string",
- "packing_group_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}List BoxItems
| box_id required | string The id of the box to get |
| box_created required | string The timestamp the box with ID |
{- "box_items": [
- {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
], - "total_rows": 0
}Insert BoxItem
| box_id required | string The id of the box to get |
| box_created required | string The timestamp the box with ID |
| sku required | string |
| external_id required | string |
| expiration | string |
| fnsku | string |
| label_owner | string |
| manufacturing_lot_code | string |
object | |
| prep_owner | string |
| quantity | integer Set quantity to this value |
| packing_group_id | string |
| add_quantity | integer If this item already exists in the box, increment the quantity by this amount |
{- "sku": "string",
- "external_id": "string",
- "expiration": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "packing_group_id": "string",
- "add_quantity": 0
}{- "box_item": {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
}Delete BoxItem
| box_id required | string The id of the box in which the item to delete resides |
| sku required | string The SKU of the box item to delete |
| box_created required | string The timestamp the box with ID |
{- "box_item": {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
}Update BoxItem
| box_id required | string The id of the box in which the item to update resides |
| sku required | string The SKU of the box item to update |
| box_created required | string The timestamp the box with ID |
| expiration | string |
| fnsku | string |
| label_owner | string |
| manufacturing_lot_code | string |
object | |
| prep_owner | string |
| quantity | integer Set quantity to this value |
| packing_group_id | string |
| add_quantity | integer If this item already exists in the box, increment the quantity by this amount |
{- "expiration": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "packing_group_id": "string",
- "add_quantity": 0
}{- "box_item": {
- "box_id": 0,
- "expiration": "string",
- "external_id": "string",
- "fnsku": "string",
- "label_owner": "string",
- "manufacturing_lot_code": "string",
- "prep_instructions": {
- "fee": {
- "amount": 0,
- "code": "string"
}, - "prepOwner": "string",
- "prepType": "string"
}, - "prep_owner": "string",
- "quantity": 0,
- "sku": "string"
}
}List Pallets
| v1_batch_id | string The id of the v1 batch to load pallets for |
| v2_batch_id | string The id of the v2 batch to load pallets for |
| shipment_id | string The id of the v2 shipment to load pallets for |
{- "boxes": [
- {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
], - "total_rows": 0
}Insert Pallet
| shipment_id | string The shipment to create the pallet in |
| v1_batch_id | integer The v1 batch to create the pallet in |
| v2_batch_id | integer <int64> The v2 batch to create the pallet in |
| quantity | integer How many copies of this pallet there are |
| stackability | |
| inbound_plan_id | string The id of the inbound plan this pallet belongs to |
| placement_option_id | string The id of the placement option this pallet belongs to |
| length | integer The length of the pallet in |
| width | integer The width of the pallet in |
| height | integer The height of the pallet in |
| unit_of_measurement | string
|
| weight | integer The weight of the pallet in |
| unit_of_weight | string
|
{- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Delete Pallet
| pallet_id required | string The id of the pallet to delete |
{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}List Pallet
| pallet_id required | string The id of the pallet to get |
{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Update Pallet
| pallet_id required | string The id of the pallet to update |
| quantity | integer How many copies of this pallet there are |
| stackability | |
| inbound_plan_id | string The id of the inbound plan this pallet belongs to |
| placement_option_id | string The id of the placement option this pallet belongs to |
| length | integer The length of the pallet in |
| width | integer The width of the pallet in |
| height | integer The height of the pallet in |
| unit_of_measurement | string
|
| weight | integer The weight of the pallet in |
| unit_of_weight | string
|
{- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}{- "pallet": {
- "pallet_id": 0,
- "shipment_id": "string",
- "v1_batch_id": 0,
- "v2_batch_id": 0,
- "index": 0,
- "quantity": 0,
- "stackability": "STACKABLE",
- "inbound_plan_id": "string",
- "placement_option_id": "string",
- "length": 0,
- "width": 0,
- "height": 0,
- "unit_of_measurement": "string",
- "weight": 0,
- "unit_of_weight": "string"
}
}Get a list of Purchase Orders.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "archived": true,
- "external_id": "string",
- "marketplace": "string",
- "search": [
- "string"
], - "ship_from": [
- "string"
]
}
}{- "data": {
- "purchaseOrders": [
- { }
]
}
}Create a single purchase order.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "name": "string",
- "external_id": "string",
- "marketplace": "string",
- "ship_from": "string"
}
}{- "data": {
- "createPurchaseOrder": [
- { }
]
}
}Update a purchase order. This does not change any of the items in the PO.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_id": "string",
- "name": "string",
- "archived": true,
- "external_id": "string"
}
}{- "data": {
- "updatePurchaseOrder": [
- { }
]
}
}Get a list of purchase order items.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_ids": [
- "string"
]
}
}{- "data": {
- "purchaseOrderItems": [
- { }
]
}
}Add items to a purchase order.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_id": "string",
- "items": [
- {
- "inventory": {
- "msku": "string",
- "product": {
- "asin": "string"
}, - "condition": "string",
- "marketplace": "string"
}, - "ordered": 0
}
]
}
}{- "data": {
- "createPurchaseOrderItems": [
- { }
]
}
}Update a single purchase order item.
| query | string
|
object |
{- "query": "string",
- "variables": {
- "purchase_order_item_id": "string",
- "item": {
- "inventory": {
- "msku": "string",
- "product": {
- "asin": "string"
}, - "condition": "string",
- "marketplace": "string",
- "price": 0
}, - "ordered": 0,
- "received": 0,
- "damaged": 0,
- "multipack": 0,
- "cost": 0,
- "expires": "string"
}
}
}{- "data": {
- "updatePurchaseOrderItem": [
- { }
]
}
}Get Batches
| query | string
|
object |
{- "query": "string",
- "variables": {
- "archived": true,
- "batch_id": "string",
- "deleted": true,
- "limit": 0,
- "marketplace": "string",
- "purchase_order_id": "string",
- "search": [
- "string"
], - "ship_from": [
- "string"
]
}
}{- "data": {
- "batches": [
- {
- "_id": "string",
- "name": "string",
- "marketplace": "string",
- "ship_from_id": "string",
- "ship_from": {
- "zip": "string",
- "city": "string",
- "name": "string",
- "email": "string",
- "phone": "string",
- "state": "string",
- "line_1": "string",
- "line_2": "string",
- "country": "string"
}, - "fba": true,
- "multipack": true,
- "created": "string",
- "archived": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "total_quantity": 0,
- "total_count": 0,
- "shipments": [
- "string"
], - "purchase_order_id": "string",
- "batch_type": "string"
}
]
}
}Create Batch
| query | string
|
object |
{- "query": "string",
- "variables": {
- "marketplace": "string",
- "name": "string",
- "ship_from": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
]
}
}{- "data": {
- "createBatch": {
- "_id": "string",
- "name": "string",
- "marketplace": "string",
- "ship_from_id": "string",
- "ship_from": {
- "zip": "string",
- "city": "string",
- "name": "string",
- "email": "string",
- "phone": "string",
- "state": "string",
- "line_1": "string",
- "line_2": "string",
- "country": "string"
}, - "fba": true,
- "multipack": true,
- "created": "string",
- "archived": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "total_quantity": 0,
- "total_count": 0,
- "shipments": [
- "string"
], - "purchase_order_id": "string",
- "batch_type": "string"
}
}
}Update Batch
| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string",
- "ship_from": "string",
- "fba": true,
- "purchase_order_id": "string",
- "name": "string",
- "archived": true,
- "deleted": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_type": "AMAZON_LABEL",
- "current_step": 0,
- "flow": 0
}
}{- "data": {
- "updateBatch": {
- "_id": "string",
- "name": "string",
- "marketplace": "string",
- "ship_from_id": "string",
- "ship_from": {
- "zip": "string",
- "city": "string",
- "name": "string",
- "email": "string",
- "phone": "string",
- "state": "string",
- "line_1": "string",
- "line_2": "string",
- "country": "string"
}, - "fba": true,
- "multipack": true,
- "created": "string",
- "archived": true,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "total_quantity": 0,
- "total_count": 0,
- "shipments": [
- "string"
], - "purchase_order_id": "string",
- "batch_type": "string"
}
}
}| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string"
}
}{- "data": {
- "batchSummary": [
- {
- "batch_id": "string",
- "total_cost": 0,
- "total_payout": 0,
- "avg_rank": 0,
- "creating_listings": true
}
], - "batchItems": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": null,
- "rank": null,
- "title": null,
- "classificationId": null
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
]
}
}| op required | string Value: "CreateBatchItems" GraphQL query |
| x-access-token required | string An Amazon API access token |
| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string",
- "marketplace": "string",
- "items": [
- {
- "inventory": {
- "_id": "string",
- "msku": "string",
- "fnsku": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "marketplace": "string"
}, - "condition": "string",
- "fba": true,
- "notes": [
- "string"
], - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "price": 0,
- "floor": 0,
- "ceiling": 0,
- "tax_code_id": "string",
- "marketplace": "string"
}, - "quantity": 0,
- "quantity_in_case": 0,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "buylist": [
- {
- "_id": "string",
- "asin": "string",
- "condition": "string",
- "inventory_id": "string",
- "source_id": "string",
- "source": "string",
- "quantity": 0,
- "cost": 0,
- "price": 0,
- "purchased": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "msku": "string",
- "notes": "string",
- "misc": { },
- "condition_notes": "string"
}
], - "misc": { },
- "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string"
}
], - "manuallyCreateFbaListings": true
}
}{- "items": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
], - "invalid": [
- { }
]
}| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_item_id": "string",
- "add_quantity": 0,
- "set_quantity": 0,
- "quantity_in_case": 0,
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "deleted": true,
- "buylist": [
- {
- "_id": "string",
- "asin": "string",
- "condition": "string",
- "inventory_id": "string",
- "source_id": "string",
- "source": "string",
- "quantity": 0,
- "cost": 0,
- "price": 0,
- "purchased": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "msku": "string",
- "notes": "string",
- "misc": { },
- "condition_notes": "string"
}
], - "inventory": {
- "_id": "string",
- "msku": "string",
- "fnsku": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "marketplace": "string"
}, - "condition": "string",
- "fba": true,
- "notes": [
- "string"
], - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "price": 0,
- "floor": 0,
- "ceiling": 0,
- "tax_code_id": "string",
- "marketplace": "string"
}, - "prep_owner": "string",
- "label_owner": "string",
- "restore_buylist": true,
- "lot_code": "string"
}
}{- "data": {
- "updateBatchItem": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": null,
- "rank": null,
- "title": null,
- "classificationId": null
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
]
}
}| query | string
|
object |
{- "query": "string",
- "variables": {
- "batch_id": "string",
- "items": [
- {
- "purchase_order_item_id": "string",
- "quantity": 0
}
], - "ShipToCountryCode": "string",
- "send_prep_instructions": true,
- "shipment_per_sku": true
}
}{- "data": {
- "importPurchaseOrderItems": [
- {
- "_id": "string",
- "batch_id": "string",
- "inventory_id": "string",
- "inventory": {
- "_id": "string",
- "active": true,
- "msku": "string",
- "fnsku": "string",
- "quantity": 0,
- "fba": true,
- "in_stock": 0,
- "inbound": 0,
- "transfer": 0,
- "marketplace": "string",
- "misc": { },
- "price": 0,
- "payout": 0,
- "product_id": "string",
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": "string",
- "rank": 0,
- "title": "string",
- "classificationId": "string"
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "condition_id": "string",
- "condition": "string",
- "tax_code_id": 0,
- "notes": "string",
- "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_details": {
- "msku": "string",
- "prepCategory": "string",
- "prepTypes": [
- "string"
], - "allOwnersConstraint": "string",
- "prepOwnerConstraint": "string",
- "labelOwnerConstraint": "string"
}, - "storage_type": "string",
- "listings_issues": [
- {
- "code": "string",
- "message": "string",
- "severity": "string",
- "attributeNames": [
- "string"
], - "categories": [
- "string"
]
}
], - "listings_issues_updated": "string",
- "listings_item": {
- "sku": "string",
- "attributes": { },
- "fulfillmentAvailability": [
- { }
], - "notification": { },
- "summaries": { },
- "submitted": true,
- "dimensionsSubmitted": true
}, - "update_listings_at": "string",
- "update_listings_issues": [
- { }
], - "report_id": "string"
}, - "quantity": 0,
- "unshipped": 0,
- "quantity_in_case": 0,
- "damaged": 0,
- "purchase_order_batch_items": {
- "_id": "string",
- "purchase_order_id": "string",
- "purchase_order_name": "string",
- "purchase_order_item_id": "string",
- "quantity": 0
}, - "tags": [
- {
- "_id": "string",
- "name": "string",
- "color": 0,
- "url": "string"
}
], - "errors": [
- "string"
], - "buylist": [
- {
- "_id": "string",
- "purchased": "string",
- "price": 0,
- "cost": 0,
- "condition": "string",
- "source_id": 0,
- "source": "string",
- "expires": "string",
- "quantity": 0,
- "misc": {
- "payout": 0,
- "discount": "string",
- "discount2": 0,
- "labor-cost": 0,
- "storageFee": 0,
- "variations": 0,
- "originalCost": 0,
- "tax-percentage": 0,
- "stocked-variations": 0,
- "inbound-shipping-cost": 0
}, - "created_by": "string",
- "created_by_name": "string",
- "created_by_abbr": "string",
- "msku": "string",
- "condition_notes": "string",
- "origin": "string",
- "inventory_id": 0,
- "batch_item_id": 0,
- "deleted": 0,
- "archived": 0,
- "product": {
- "_id": "string",
- "asin": "string",
- "parent": "string",
- "title": "string",
- "image": "string",
- "misc": {
- "dim": {
- "width": 0,
- "height": 0,
- "length": 0,
- "weight": 0
}, - "size": "string",
- "brand": "string",
- "color": "string",
- "varSize": "string",
- "storageFee": {
- "Amount": 0,
- "CurrencyCode": "string"
}, - "classificationRanks": [
- {
- "link": null,
- "rank": null,
- "title": null,
- "classificationId": null
}
]
}, - "rank": 0,
- "marketplace": "string",
- "group": "string",
- "upc": [
- "string"
], - "expiration_required": true
}, - "channel": "az",
- "wm_item_id": "string",
- "tax_code": "string"
}
], - "misc": { },
- "prep_instructions": [
- {
- "PrepOwner": "string",
- "PrepInstruction": "string"
}
], - "prep_owner": "string",
- "label_owner": "string",
- "lot_code": "string",
- "packing_group_id": "string",
- "updated": "2019-08-24T14:15:22Z"
}
]
}
}Get PackHistory
| start | string Example: start=2025-01-01 Get items packed after this timestamp |
| end | string Example: end=2025-02-01 Get items packed before this timestamp |
| created-by | string Example: created-by=2f16c5b2-97d3-4238-8b89-22851363bf27 Optional comma-separated list of user ids to restrict to |
| shipment | string Example: shipment=FBA18V17NFFD Optional comma-separated list of shipment ids to restrict to |
| X-Requested-With required | string Example: XMLHttpRequest Must be |
[- {
- "username": "string",
- "userid": "string",
- "at": "string",
- "quantity": 0,
- "expires": "string",
- "deleted": true,
- "msku": "string",
- "fnsku": "string",
- "asin": "string",
- "fcid": "string",
- "shipmentname": "string",
- "shipped": "string",
- "total-weight": 0,
- "metric": true,
- "pallet-count": 0,
- "content-status": "string",
- "carrier": "string",
- "reference-id": "string",
- "estimate": "string",
- "shipping_mode": "string",
- "partnered": true,
- "shipment": true,
- "box": 0,
- "tracking_id": "string",
- "ship-from-name": "string",
- "ship-from": "string",
- "batches": "string",
- "shipment-value": 0
}
]Wrapper around Walmart's Get Shipments API
| offset | string Default: "0" |
| limit | string Default: "10" |
| inboundOrderId | string |
| shipmentId | string |
| status | string |
| fromCreateDate | string <date-time> |
| toCreateDate | string <date-time> |
| x-wm-access-token required | string A Walmart API access token |
{- "headers": {
- "totalCount": 0,
- "limit": 0,
- "offset": 0
}, - "payload": [
- {
- "inboundOrderId": "string",
- "shipmentId": "string",
- "shipToAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "status": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "shipmentUnits": 0,
- "receivedUnits": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "updatedExpectedDeliveryDate": "2019-08-24T14:15:22Z",
- "actualDeliveryDate": "2019-08-24T14:15:22Z",
- "trackingNo": [
- "string"
], - "carrierName": "string"
}
]
}Wrapper around Walmart's Create Inbound Shipment API
| x-wm-access-token required | string A Walmart API access token |
| inboundOrderId required | string |
object | |
required | object |
required | Array of objects (wm.OrderItem) length between 1 and 5000 |
{- "inboundOrderId": "string",
- "inboundServices": {
- "inventoryTransferService": "Y"
}, - "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "orderItems": [
- {
- "productId": "string",
- "productType": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "addOnServices": [
- {
- "serviceType": "string"
}
], - "itemNbr": 0,
- "dimensions": [
- 0
], - "itemWeightQty": 0,
- "nonSortItem": true,
- "shipNode": "string"
}
]
}{- "status": "string",
- "payload": [
- {
- "shipmentId": "string",
- "shipToAddress": {
- "fcName": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "shipmentItems": [
- {
- "vendorSku": "string",
- "itemQty": 0
}
], - "expectedDeliveryDate": "string"
}
]
}Wrapper around Walmart's Fetch Inbound Preview API
| x-wm-access-token required | string A Walmart API access token |
object | |
object |
{- "header": {
- "headerAttributes": {
- "buId": "string",
- "martId": "string"
}
}, - "payload": {
- "inboundOrderId": "string",
- "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "orderItems": [
- {
- "productId": "string",
- "productType": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "addOnServices": [
- {
- "serviceType": "string"
}
], - "itemNbr": 0,
- "dimensions": [
- 0
], - "itemWeightQty": 0,
- "nonSortItem": true,
- "shipNode": "string"
}
]
}
}{- "status": "string",
- "payload": [
- {
- "inboundOrderId": "string",
- "previews": [
- {
- "shipNode": "string",
- "isSortable": true,
- "isNonSortable": true,
- "nodeType": "FC",
- "shipToAddress": {
- "fcName": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string"
}, - "shipmentItems": [
- {
- "vendorSku": "string",
- "productType": "string",
- "productId": "string",
- "itemQty": 0
}
], - "totalNetTransferCharge": 0,
- "currencyUnit": "string"
}
]
}
]
}Wrapper around Walmart's Update Shipment Quantities API
| shipmentId required | string ID of the shipment to update |
| x-wm-access-token required | string A Walmart API access token |
| inboundOrderId | string |
Array of objects |
{- "inboundOrderId": "string",
- "orderItems": [
- {
- "sku": "string",
- "updatedShipmentQty": 0
}
]
}{- "status": "string",
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Update Shipment Tracking API
| shipmentId required | string ID of the shipment to update |
| x-wm-access-token required | string A Walmart API access token |
| carrierName | string |
| trackingInfo | Array of strings |
{- "carrierName": "string",
- "trackingInfo": [
- "string"
]
}{- "status": "string",
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Create Carrier Rate Quote API
| x-wm-access-token required | string A Walmart API access token |
required | object |
{- "payload": {
- "shipmentId": "string",
- "quoteType": "string",
- "units": [
- {
- "destination": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateOrProvince": "string",
- "country": "string",
- "postalCode": "string"
}, - "origin": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateOrProvince": "string",
- "country": "string",
- "postalCode": "string",
- "locationName": "string"
}, - "unitDetails": {
- "shipmentPackages": [
- {
- "packageSequenceNumber": 0,
- "weight": 0,
- "weightUOM": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "lengthUOM": "IN",
- "packageType": "SINGLE SKUS"
}
]
}
}
]
}
}{- "shipmentId": "string",
- "shipmentNumber": "string",
- "rateQuotes": [
- {
- "quoteId": "string",
- "estimatedDeliveryDateTime": "2019-08-24T14:15:22Z",
- "carrier": {
- "carrierId": "string",
- "carrierName": "string"
}, - "currency": "string",
- "discountCharge": 0,
- "netCharge": 0,
- "surchargeType": "string",
- "surchargeValue": "string",
- "totalBillingWeight": 0,
- "status": "string",
- "transitDays": "string",
- "effectiveDate": "2019-08-24T14:15:22Z",
- "expiryDate": "2019-08-24T14:15:22Z",
- "mode": "PARCEL",
- "sellerFreightClassCode": "string",
- "freightCharge": 0,
- "fuelCharge": 0,
- "totalWeight": 0,
- "totalVolume": 0,
- "equipmentTypeCode": "string",
- "serviceCode": "string",
- "numberOfPallets": 0,
- "nominalCharge": 0,
- "assessorialCharge": 0,
- "serviceCharge": 0,
- "minimumCharge": 0,
- "declaredValue": "string",
- "mixedSKUs": 0,
- "singleSKUs": 0,
- "freightReadyDate": "2019-08-24T14:15:22Z"
}
], - "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Get Carrier Rate Quote API
| shipmentId required | string |
| mode required | string (wm.Mode) Enum: "PARCEL" "LTL" |
| x-wm-access-token required | string A Walmart API access token |
{- "shipmentId": "string",
- "quoteId": "string",
- "estimatedDeliveryDateTime": "2019-08-24T14:15:22Z",
- "quoteCreationDate": "2019-08-24T14:15:22Z",
- "carrier": {
- "carrierId": "string",
- "carrierName": "string"
}, - "rateQuote": {
- "quoteId": "string",
- "estimatedDeliveryDateTime": "2019-08-24T14:15:22Z",
- "carrier": {
- "carrierId": "string",
- "carrierName": "string"
}, - "currency": "string",
- "discountCharge": 0,
- "netCharge": 0,
- "surchargeType": "string",
- "surchargeValue": "string",
- "totalBillingWeight": 0,
- "status": "string"
}, - "shipmentPackages": [
- {
- "packageSequenceNumber": 0,
- "weight": 0,
- "weightUOM": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "lengthUOM": "IN",
- "packageType": "SINGLE SKUS"
}
], - "originLocation": {
- "locationName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "locationId": "string"
}, - "destinationLocation": {
- "locationName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "locationId": "string"
}, - "returnLocation": {
- "locationName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}
}, - "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Create Booking API
| x-wm-access-token required | string A Walmart API access token |
required | object |
{- "payload": {
- "shipmentId": "string",
- "bookingDetails": {
- "quoteType": "PARCEL",
- "quoteId": "string",
- "unitDetails": [
- {
- "noOfSingleSkuBoxes": 0,
- "noOfMixedSkuBoxes": 0
}
]
}
}
}{- "status": "string",
- "header": { },
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Cancel Booking API
| shipmentId required | string |
| mode required | string Enum: "Parcel" "LTL" |
| x-wm-access-token required | string A Walmart API access token |
{- "status": "string",
- "header": { },
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Create Inbound Shipment label API
| x-wm-access-token required | string A Walmart API access token |
| shipmentId required | string |
| labelSize | string Enum: "X4_6" "X4_3" |
| labelFormat | string Enum: "PDF" "ZPL" |
Array of objects |
{- "shipmentId": "string",
- "labelSize": "X4_6",
- "labelFormat": "PDF",
- "loadTypes": [
- {
- "count": 0,
- "loadType": "string"
}
]
}{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Print Bill of lading API
| shipmentId required | string |
| mode required | string Enum: "Parcel" " LTL" |
| x-wm-access-token required | string A Walmart API access token |
{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Print Carrier Label API
| shipmentId required | string |
| x-wm-access-token required | string A Walmart API access token |
| shipDate required | string <date-time> Full timestamp with microsecond precision required |
{- "shipDate": "2025-08-22T00:00:00.000Z"
}{- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Wrapper around Walmart's Get Inbound Shipment errors API
| offset | string Default: "0" |
| limit | string Default: "10" |
| inboundOrderId | string |
| x-wm-access-token required | string A Walmart API access token |
{- "headers": {
- "totalCount": 0,
- "limit": 0,
- "offset": 0
}, - "payload": [
- {
- "inboundOrderId": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "returnAddress": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "orderItems": [
- {
- "productId": "string",
- "productType": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "addOnServices": [
- {
- "serviceType": "string"
}
], - "itemNbr": 0,
- "dimensions": [
- 0
], - "itemWeightQty": 0,
- "nonSortItem": true,
- "shipNode": "string"
}
], - "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}
]
}Wrapper around Walmart's Get Inbound Shipment Items API
| offset | string Default: "0" |
| limit | string Default: "10" |
| shipmentId | string |
| x-wm-access-token required | string A Walmart API access token |
{- "headers": {
- "totalCount": 0,
- "limit": 0,
- "offset": 0
}, - "payload": [
- {
- "inboundOrderId": "string",
- "shipmentId": "string",
- "gtin": "string",
- "sku": "string",
- "itemDesc": "string",
- "itemQty": 0,
- "vendorPackQty": 0,
- "innerPackQty": 0,
- "receivedQty": 0,
- "damagedQty": 0,
- "fillRate": 0,
- "expectedDeliveryDate": "2019-08-24T14:15:22Z",
- "updatedExpectedDeliveryDate": "2019-08-24T14:15:22Z",
- "shipNodeName": "string"
}
]
}Wrapper around Walmart's Cancel Inbound Shipment API
| inboundOrderId required | string |
| x-wm-access-token required | string A Walmart API access token |
{- "status": "string",
- "header": { },
- "payload": { },
- "errors": [
- {
- "code": "string",
- "field": "string",
- "description": "string",
- "info": "string",
- "severity": "INFO",
- "category": "APPLICATION",
- "causes": [
- {
- "code": "string",
- "field": "string",
- "type": "string",
- "description": "string"
}
]
}
]
}Get a list of client proxy users
| proxy | string Example: proxy=proxy The proxy indicator |
[- {
- "email": [
- "string"
], - "id": "string",
- "misc": {
- "active": true,
- "autoSyncInventory": true,
- "default-return-status": "string",
- "deleted": "string",
- "region": "string",
- "sync-orders": true,
- "trackTime": true
}, - "name": "string"
}
]Retrieve a list of prep_matrix_products with optional filters
| prep_matrix_id | string Filter by prep_matrix_id |
| prep_matrix_name | string Filter by prep_matrix name |
| external_id | string Filter by external ID |
| client_id | string Filter by client ID |
{- "prep_matrix_products": [
- {
- "external_id": "string",
- "prep_matrix_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "prep_matrix_name": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string",
- "ad_hoc": true,
- "price": 0,
- "currency_code": "string",
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
], - "total_rows": 0
}Insert one or more prep_matrix_product records
Array of objects (NewPrepMatrixProduct) |
{- "prep_matrix_products": [
- {
- "external_id": "string",
- "prep_matrix_id": 0,
- "prep_matrix_name": "string"
}
]
}{- "prep_matrix_products": [
- {
- "external_id": "string",
- "prep_matrix_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
]
}Retrieve a prep_matrix_product by its external_id
| external_id required | string External ID of the prep_matrix_product |
{- "prep_matrix_product": {
- "external_id": "string",
- "prep_matrix_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
}Update a prep_matrix_product by its external_id
| external_id required | string A comma separated list of external IDs. Each matching item will be updated with the data in the request body |
| prep_matrix_id | integer <int64> Unique ID for the prep_matrix_name |
| prep_matrix_name | string What preparations need to be made, eg 'Bubblewrap', 'Security + Label', etc. |
| deleted | null
|
{- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "deleted": null
}{- "prep_matrix_products": [
- {
- "external_id": "string",
- "prep_matrix_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
]
}Delete one or more prep_matrix_product by external_id
| external_id required | string Comma separated list of external IDs |
{- "prep_matrix_products": [
- {
- "external_id": "string",
- "deleted": "2019-08-24T14:15:22Z"
}
]
}Retrieve a list of prep_matrices with optional filters
| prep_matrix_id | string Filter by prep_matrix_id |
| prep_matrix_name | string Filter by prep_matrix name |
| ad_hoc | boolean Filter by ad_hoc |
| prep_matrix_category_ids | string Comma separated list of category ids to filter by |
| prep_matrix_category_names | string Comma separated list of category names to filter by. If a name has a comma in it, wrap it with quotes |
| client_ids | string Example: client_ids=2f16c5b2-97d3-4238-8b89-22851363bf27,null A comma separated list of client user ids (UUID). Can also pass |
{- "prep_matrices": [
- {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "ad_hoc": true,
- "price": 0,
- "currency_code": "string",
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
], - "total_rows": 0
}Insert multiple prep_matrices
Array of objects (NewPrepMatrix) |
{- "prep_matrices": [
- {
- "prep_matrix_name": "string",
- "ad_hoc": true,
- "price": 0,
- "currency_code": "string",
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
]
}{- "prep_matrices": [
- {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "ad_hoc": true,
- "price": 0,
- "currency_code": "string",
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
]
}Insert multiple prep_tiers
Array of objects (NewPrepTier) |
{- "prep_tiers": [
- {
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit",
- "prep_matrix_tiers": [
- {
- "price": 0,
- "currency_code": "string",
- "prep_matrix_id": 0,
- "prep_matrix_name": "string"
}
], - "client_ids": [
- "string"
]
}
]
}{- "prep_tiers": [
- {
- "prep_tier_id": 0,
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit",
- "prep_matrix_tiers": [
- {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_tier_id": 0,
- "price": 0,
- "currency_code": "string"
}
], - "prep_client_tiers": [
- {
- "prep_tier_id": 0,
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
]
}
]
}Update multiple prep tiers
| prep_tier_ids required | integer <int64> Comma separated list of prep_tier ids to update |
object |
{- "prep_tier": {
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit"
}
}{- "prep_tiers": [
- {
- "prep_tier_id": 0,
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit"
}
], - "total_rows": 0
}Delete multiple prep_tiers
| prep_tier_ids required | integer <int64> Comma separated list of prep_tier ids to update |
{- "prep_tiers": [
- {
- "prep_tier_id": 0,
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit",
- "deleted": "2019-08-24T14:15:22Z"
}
]
}Retrieve a list of prep_matrix_categories with optional filters
{- "prep_matrix_categories": [
- {
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string"
}
], - "total_rows": 0
}Insert multiple prep_matrix_category records
| prep_matrix_category_names | Array of strings |
{- "prep_matrix_category_names": [
- "string"
]
}{- "prep_matrix_categories": [
- {
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string"
}
]
}Update a single prep_matrix_category by id
| prep_matrix_category_id required | integer <int64> ID of the prep_matrix_category to update |
| prep_matrix_category_name | string The new prep matrix category name |
{- "prep_matrix_category_name": "string"
}{- "prep_matrix_category": {
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string"
}
}Delete multiple prep_matrix_category records
| prep_matrix_category_id required | string Comma separated list of the prep_matrix_category ids to delete |
{- "prep_matrix_categories": [
- {
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string",
- "deleted": "2019-08-24T14:15:22Z"
}
]
}Get the billing report for a given time period
| start required | string <date-time> Start date in ISO 8601 format |
| end | string <date-time> Optional end date in ISO 8601 format |
| client_ids | string <uuid> A comma separated list of client user ids. |
| detail | string Value: "1" Pass this parameter to generate a detailed report. Only when requesting spreadsheet output. |
| Accept | string Enum: "application/json" "text/csv" "application/vnd.ms-excel" Specify |
[- {
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "user_name": "string",
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit",
- "batches": [
- {
- "batch_id": 0,
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "items": [
- {
- "asin": "string",
- "msku": "string",
- "price": 0,
- "title": "string",
- "quantity": 0,
- "total_price": 0,
- "currency_code": "string",
- "prep_matrix_name": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string"
}
], - "shipments": [
- {
- "shipment_confirmation_id": "string",
- "update_shipment_tracking_details_operation_at": "2019-08-24T14:15:22Z",
- "charges": [
- {
- "price": 0,
- "quantity": 0,
- "total_price": 0,
- "currency_code": "string",
- "prep_matrix_name": "string"
}
]
}
]
}
]
}
]Get the billing report for a given time period
| Accept | string Enum: "application/json" "text/csv" "application/vnd.ms-excel" Specify |
object |
{- "prep_matrix": {
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "client_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "detail": true
}
}[- {
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "user_name": "string",
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit",
- "batches": [
- {
- "batch_id": 0,
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "items": [
- {
- "asin": "string",
- "msku": "string",
- "price": 0,
- "title": "string",
- "quantity": 0,
- "total_price": 0,
- "currency_code": "string",
- "prep_matrix_name": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string"
}
], - "shipments": [
- {
- "shipment_confirmation_id": "string",
- "update_shipment_tracking_details_operation_at": "2019-08-24T14:15:22Z",
- "charges": [
- {
- "price": 0,
- "quantity": 0,
- "total_price": 0,
- "currency_code": "string",
- "prep_matrix_name": "string"
}
]
}
]
}
]
}
]Get shipment-level ad hoc charges
| client_ids | string <uuid> A comma separated list of client user ids. |
| shipment_ids | string A comma separated list of shipment confirmation ids. |
| prep_matrix_ids | integer <int64> A comma separated list of prep matrix ids. |
| prep_matrix_names | string A comma separated list of prep matrix names. |
{- "total_rows": 0,
- "shipment_prep_matrices": [
- {
- "price": 0,
- "quantity": 0,
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643",
- "shipment_id": "string",
- "currency_code": "string",
- "prep_matrix_id": 0,
- "prep_matrix_name": "string"
}
]
}Get shipment-level ad hoc charges
object |
{- "prep_matrix": {
- "client_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "shipment_ids": [
- "string"
], - "prep_matrix_ids": [
- 0
], - "prep_matrix_names": [
- "string"
]
}
}{- "total_rows": 0,
- "shipment_prep_matrices": [
- {
- "price": 0,
- "quantity": 0,
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643",
- "shipment_id": "string",
- "currency_code": "string",
- "prep_matrix_id": 0,
- "prep_matrix_name": "string"
}
]
}Add one or more shipment-level ad hoc charges
Array of objects |
{- "shipment_prep_matrices": [
- {
- "shipment_id": "string",
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "quantity": 0
}
]
}{- "shipment_prep_matrices": [
- {
- "price": 0,
- "currency_code": "string",
- "shipment_id": "string",
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "quantity": 0
}
], - "errors": [
- { }
]
}Update or delete one or more shipment-level ad hoc charges
Array of objects |
{- "shipment_prep_matrices": [
- {
- "shipment_id": "string",
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "quantity": 0,
- "deleted": true
}
]
}{- "shipment_prep_matrices": [
- {
- "shipment_id": "string",
- "prep_matrix_id": 0,
- "quantity": 0
}
], - "errors": [
- { }
]
}Prep matrix tiers are mapping of prep types to tiers along with the price and currency code
{- "prep_matrix_tiers": [
- {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_tier_id": 0,
- "price": 0,
- "currency_code": "string"
}
], - "total_rows": 0
}Insert multiple prep_matrix_tiers
Array of objects (NewPrepMatrixTier) |
{- "prep_matrix_tiers": [
- {
- "prep_matrix_name": "string",
- "prep_tier_id": 0,
- "price": 0,
- "currency_code": "string"
}
]
}{- "prep_matrix_tiers": [
- {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_tier_id": 0,
- "price": 0,
- "currency_code": "string"
}
]
}Update multiple prep_matrix_tiers
Array of objects (UpdatePrepMatrixTier) |
{- "prep_matrix_tiers": [
- {
- "prep_matrix_id": 0,
- "prep_tier_id": 0,
- "price": 0,
- "currency_code": "string",
- "deleted": true
}
]
}{- "prep_matrix_tiers": [
- {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_tier_id": 0,
- "price": 0,
- "currency_code": "string",
- "deleted": "2019-08-24T14:15:22Z"
}
]
}Retrieve a list of prep client tiers with optional filters
| client_ids | string <uuid> A comma separated list of client user ids. |
| prep_tier_ids | string A comma separated list of prep tier ids. |
{- "prep_client_tiers": [
- {
- "prep_tier_id": 0,
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643",
- "prep_tier_name": "string",
- "minimum": 0,
- "maximum": 0,
- "prep_tier_type": "unit",
- "name": "string",
- "business": "string"
}
], - "total_rows": 0
}Insert multiple prep_client_tiers
| client_ids required | string Comma separated list of client ids |
| prep_tier_id | integer <int64> Either this or prep_tier_name is required |
| prep_tier_name | string Either this or prep_tier_id is required |
{- "prep_tier_id": 0,
- "prep_tier_name": "string"
}{- "prep_client_tiers": [
- {
- "prep_tier_id": 0,
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
]
}Update multiple prep_client_tiers
| client_ids required | string Comma separated list of client ids |
| prep_tier_id | integer <int64> Either this or prep_tier_name is required |
| prep_tier_name | string Either this or prep_tier_id is required |
{- "prep_tier_id": 0,
- "prep_tier_name": "string"
}{- "prep_client_tiers": [
- {
- "prep_tier_id": 0,
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
]
}Delete multiple prep_client_tiers
| client_ids required | string Comma separated list of client ids |
{- "prep_client_tiers": [
- {
- "prep_tier_id": 0,
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643",
- "deleted": "2019-08-24T14:15:22Z"
}
]
}Retrieve a prep_matrix by its ID
| prep_matrix_id required | integer ID of the prep_matrix |
{- "prep_matrix": {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "ad_hoc": true,
- "price": 0,
- "currency_code": "string",
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
}Update one or more prep_matrices by its ID
| prep_matrix_id required | string Comma separated list of Prep Type Matrix IDs |
object |
{- "prep_matrix": {
- "prep_matrix_name": "string",
- "ad_hoc": true,
- "price": 0,
- "currency_code": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string",
- "client_id": "string"
}
}{- "prep_matrices": [
- {
- "prep_matrix_id": 0,
- "prep_matrix_name": "string",
- "prep_matrix_category_id": 0,
- "prep_matrix_category_name": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "ad_hoc": true,
- "price": 0,
- "currency_code": "string",
- "client_id": "5b3fa7ba-57d3-4017-a65b-d57dcd2db643"
}
]
}Delete one or more prep_matrices by ID
| prep_matrix_id required | string Comma seprated list of prep_matrix IDs |
{- "prep_matrices": [
- {
- "prep_matrix_id": 0,
- "deleted": "2019-08-24T14:15:22Z"
}
]
}