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 |
{ }
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 | string An LWA 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. |
{- "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 |
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 |
{- "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. |
{- "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. |
{- "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 |
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. |
{- "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. |
{- "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 |
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. |
{- "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. |
{- "operationId": "string"
}
Wrapper around Amazon's confirmPackingOption API
inboundPlanId required | string |
packingOptionId required | string |
operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
{- "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. |
{- "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. |
{- "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. |
{- "operationId": "string"
}
Wrapper around Amazon's confirmPlacementOption API
inboundPlanId required | string |
placementOptionId required | string |
operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
{- "operationId": "string"
}
Wrapper around Amazon's getShipment API
inboundPlanId required | string |
shipmentId required | string |
{- "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. |
{- "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. |
{- "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 |
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 |
{- "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 |
{- "operationId": "string"
}
Wrapper around Amazon's getDeliveryChallanDocument API
inboundPlanId required | string |
shipmentId required | string |
{- "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. |
{- "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 |
{- "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 |
{- "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. |
{- "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 |
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. |
{- "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 |
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. |
{- "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 |
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 |
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 |
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 |
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. |
{- "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. |
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 |
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 |
{- "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 |
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
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 |
{- "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 |
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 |
{- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}
Wrapper around Amazon's getBillOfLading API
shipmentId required | string |
{- "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 |
{- "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 |
packing_group_id | string |
{- "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"
}
{- "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 |
packing_group_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"
}
{- "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 |
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
}
]
All currency amounts are in the smallest currency unit (ie. cents) and are assumed to be in the currency that matches the marketplace (eg. USD for US, CAD for CA, etc.)
offset | integer An integer offset used for paging. Defaults to 0 |
limit | integer The number of rows to fetch. Defaults to 100 |
search | string A search string. Requires 'search_by' to be set. |
search_by | string Enum: "gtin" "item_id" "sku" "title" "upc" Field to search by. Required if 'search' is set. Accepts 'gtin', 'item_id', 'sku', 'title', or 'upc'. |
channel | string Enum: "az" "wm" Optional channel to filter inventory by. Accepts 'az' for Amazon and 'wm' for Walmart. |
latest | boolean If true, returns inventory from the latest inventory report. |
wfs | boolean If true, returns WFS inventory. If false, returns SF inventory. |
{- "inventory": [
- {
- "az": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "product": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "title": "string",
- "images": [
- "string"
], - "created": "string",
- "updated": "string",
- "data": { }
}, - "sku": "string",
- "condition_id": 0,
- "condition": "string",
- "fba": true,
- "price": 0,
- "synced_price": 0,
- "min_price": 0,
- "max_price": 0,
- "quantity": 0,
- "avg_cost_90_days": 0,
- "last_cost": 0,
- "created": "string",
- "updated": "string",
- "synced": "string",
- "listed": "string",
- "fees": { },
- "data": {
- "row": {
- "asin1": "string",
- "asin2": "string",
- "asin3": "string",
- "price": "string",
- "quantity": "string",
- "image-url": "string",
- "item-name": "string",
- "item-note": "string",
- "open-date": "string",
- "add-delete": "string",
- "listing-id": "string",
- "product-id": "string",
- "seller-sku": "string",
- "Business Price": "string",
- "item-condition": "string",
- "zshop-boldface": "string",
- "product-id-type": "string",
- "zshop-category1": "string",
- "Quantity Price 1": "string",
- "Quantity Price 2": "string",
- "Quantity Price 3": "string",
- "Quantity Price 4": "string",
- "Quantity Price 5": "string",
- "item-description": "string",
- "pending-quantity": "string",
- "zshop-browse-path": "string",
- "expedited-shipping": "string",
- "zshop-shipping-fee": "string",
- "Progressive Price 1": "string",
- "Progressive Price 2": "string",
- "Progressive Price 3": "string",
- "Quantity Price Type": "string",
- "fulfillment-channel": "string",
- "item-is-marketplace": "string",
- "Progressive Price Type": "string",
- "Quantity Lower Bound 1": "string",
- "Quantity Lower Bound 2": "string",
- "Quantity Lower Bound 3": "string",
- "Quantity Lower Bound 4": "string",
- "Quantity Lower Bound 5": "string",
- "merchant-shipping-group": "string",
- "zshop-storefront-feature": "string",
- "Progressive Lower Bound 1": "string",
- "Progressive Lower Bound 2": "string",
- "Progressive Lower Bound 3": "string",
- "will-ship-internationally": "string",
- "bid-for-featured-placement": "string"
}
}
}, - "marketplace_name": "string",
- "sku": "string",
- "wm": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "product": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "title": "string",
- "images": [
- "string"
], - "created": "string",
- "updated": "string",
- "data": { }
}, - "sku": "string",
- "condition_id": 0,
- "condition": "string",
- "fba": true,
- "price": 0,
- "synced_price": 0,
- "min_price": 0,
- "max_price": 0,
- "quantity": 0,
- "avg_cost_90_days": 0,
- "last_cost": 0,
- "created": "string",
- "updated": "string",
- "synced": "string",
- "listed": "string",
- "fees": { },
- "data": {
- "getAllItems": {
- "gtin": "string",
- "mart": "string",
- "wpid": "string",
- "price": {
- "amount": 0,
- "currency": "string"
}, - "shelf": "string",
- "isDuplicate": true,
- "productType": "string",
- "lifecycleStatus": "string",
- "publishedStatus": "string",
- "unpublishedReasons": {
- "reason": [
- "string"
]
}
}, - "getSearchResult": {
- "brand": "string",
- "price": {
- "amount": 0,
- "currency": "string"
}, - "title": "string",
- "images": [
- {
- "url": "string"
}
], - "itemId": "string",
- "properties": {
- "categories": [
- "string"
]
}, - "description": "string",
- "productType": "string",
- "isMarketPlaceItem": true
}, - "getAllItemsUpdated": "string",
- "getSearchResultUpdated": "string"
}
}
}
], - "total_rows": 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 |
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 |
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 |
{- "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 |
{- "sku": "string",
- "message": "string"
}
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 |
packing_group_id | string |
{- "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"
}
{- "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 |
packing_group_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"
}
{- "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"
}
}
batch_id | string Select a specific batch by ID |
archived | boolean Filter by archived status (true/false) |
offset | integer Pagination offset |
limit | integer Pagination limit |
inbound_order_id | string Filter by inbound order ID (prefix match) |
ship_from_id | string Filter by ship from ID |
{- "batches": [
- {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
], - "total_rows": 0
}
Array of objects |
{- "batches": [
- {
- "ship_from_id": "string",
- "inbound_order_id": "string",
- "channel_id": "string",
- "marketplace_name": "string"
}
]
}
{- "batches": [
- {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
], - "errors": [
- { }
]
}
batch_id required | string Select a specific batch by ID |
archived | boolean Filter by archived status (true/false) |
offset | integer Pagination offset |
limit | integer Pagination limit |
inbound_order_id | string Filter by inbound order ID (prefix match) |
ship_from_id | string Filter by ship from ID |
{- "batch": {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
}
batch_id required | string Comma separated list of batch ids to update |
object |
{- "batch": {
- "ship_from_id": "string",
- "inbound_order_id": "string",
- "expected_delivery_date": "string",
- "archived": true
}
}
{- "batches": [
- {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
], - "errors": [
- { }
]
}
batch_id required | string ID of the batch |
{- "total_rows": 0,
- "batch_items": [
- {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
]
}
batch_id required | string ID of the batch |
required | Array of objects |
{- "batch_items": [
- {
- "sku": "string",
- "quantity": 0
}
]
}
{- "batch_items": [
- {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
]
}
batch_id required | string ID of the batch |
required | Array of objects |
{- "batch_items": [
- {
- "batch_item_id": "string",
- "sku": "string",
- "quantity": 0,
- "quantity_in_case": 0,
- "item_prep": {
- "addOnServices": [
- {
- "serviceType": "string"
}
]
}
}
]
}
{- "batch_items": [
- {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
], - "errors": [
- { }
]
}
batch_id required | string ID of the batch |
batch_item_id required | string ID of the batch item |
sku | string |
quantity | integer |
quantity_in_case | integer |
object |
{- "sku": "string",
- "quantity": 0,
- "quantity_in_case": 0,
- "item_prep": {
- "addOnServices": [
- {
- "serviceType": "string"
}
]
}
}
{- "batch_item": {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
}
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> |
{- "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
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
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 |
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 |
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
shipmentId required | string |
shipmentSource | string |
pickupFromDateTime | string |
pickupToDateTime | string |
deliveryFromDateTime | string |
deliveryToDateTime | string |
object | |
required | object |
object | |
object | |
required | Array of objects (wm.ShipmentPackage) |
mode required | string (wm.Mode) Enum: "PARCEL" "LTL" "FTL" |
freightClass | string |
declaredValue | integer |
Array of objects |
{- "shipmentId": "string",
- "shipmentSource": "string",
- "pickupFromDateTime": "string",
- "pickupToDateTime": "string",
- "deliveryFromDateTime": "string",
- "deliveryToDateTime": "string",
- "customer": {
- "customerId": "string",
- "customerName": "string"
}, - "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"
}
}, - "shipmentPackages": [
- {
- "packageSequenceNumber": 0,
- "weight": 0,
- "weightUOM": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "lengthUOM": "IN",
- "labelInformation": {
- "labelData": "string",
- "labelFormat": "string",
- "trackingCode": "string",
- "referenceTrackingCode": "string",
- "epTrackerId": "string",
- "shipmentId": "string",
- "packageAsn": "string",
- "masterTrackingCode": "string",
- "master": true
}, - "billingWeight": 0,
- "netCharge": 0,
- "nominalCharge": 0,
- "assessorialCharge": 0,
- "serviceCharge": 0,
- "packageType": "string",
- "noOfPackages": 0,
- "stackable": true
}
], - "mode": "PARCEL",
- "freightClass": "string",
- "declaredValue": 0,
- "loadTypes": [
- {
- "count": 0,
- "loadType": "string"
}
]
}
{- "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" "FTL" |
{- "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",
- "labelInformation": {
- "labelData": "string",
- "labelFormat": "string",
- "trackingCode": "string",
- "referenceTrackingCode": "string",
- "epTrackerId": "string",
- "shipmentId": "string",
- "packageAsn": "string",
- "masterTrackingCode": "string",
- "master": true
}, - "billingWeight": 0,
- "netCharge": 0,
- "nominalCharge": 0,
- "assessorialCharge": 0,
- "serviceCharge": 0,
- "packageType": "string",
- "noOfPackages": 0,
- "stackable": true
}
], - "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 Cancel Carrier Rate Quote API
shipmentId required | string |
{- "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"
}
]
}
]
}
Select Walmart shipments from the database
wm_shipment_id | string |
inbound_order_id | string |
source_address | string Filter by ship from ID |
offset | integer Pagination offset |
limit | integer Pagination limit |
{- "total_rows": 0,
- "wm_shipments": [
- {
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "batch_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "marketplace_name": "string",
- "source_address": 0,
- "status": "PENDING_SHIPMENT_DETAILS",
- "ship_to_address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "shipment_items": [
- { }
], - "shipment_units": 0,
- "received_units": 0,
- "items_submitted": 0,
- "received_units_at_fc": 0,
- "expected_delivery_date": "2019-08-24T14:15:22Z",
- "updated_expected_delivery_date": "2019-08-24T14:15:22Z",
- "actual_delivery_date": "2019-08-24T14:15:22Z",
- "tracking_no": [
- "string"
], - "carrier_name": "string",
- "channel_method": "string",
- "ship_node": "string",
- "shipment_status": "string",
- "shipment_type": "string",
- "po_type": "string",
- "shipment_carrier_type": "string",
- "is_exception_occurred": true,
- "exception_status": "string",
- "is_po_box_enabled": true,
- "transfer_shipments": { },
- "consolidated_transfer_shipments": { },
- "receipt_start_date": "2019-08-24T14:15:22Z",
- "receipt_end_date": "2019-08-24T14:15:22Z",
- "data": { },
- "carrier_rate_quotes": { },
- "inbound_order_id": "string"
}
]
}
Select a single Walmart shipment by id
wm_shipment_id required | string |
{- "wm_shipment": {
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "batch_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "marketplace_name": "string",
- "source_address": 0,
- "status": "PENDING_SHIPMENT_DETAILS",
- "ship_to_address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "shipment_items": [
- { }
], - "shipment_units": 0,
- "received_units": 0,
- "items_submitted": 0,
- "received_units_at_fc": 0,
- "expected_delivery_date": "2019-08-24T14:15:22Z",
- "updated_expected_delivery_date": "2019-08-24T14:15:22Z",
- "actual_delivery_date": "2019-08-24T14:15:22Z",
- "tracking_no": [
- "string"
], - "carrier_name": "string",
- "channel_method": "string",
- "ship_node": "string",
- "shipment_status": "string",
- "shipment_type": "string",
- "po_type": "string",
- "shipment_carrier_type": "string",
- "is_exception_occurred": true,
- "exception_status": "string",
- "is_po_box_enabled": true,
- "transfer_shipments": { },
- "consolidated_transfer_shipments": { },
- "receipt_start_date": "2019-08-24T14:15:22Z",
- "receipt_end_date": "2019-08-24T14:15:22Z",
- "data": { },
- "carrier_rate_quotes": { },
- "inbound_order_id": "string"
}
}
Select Walmart boxes from the database
wm_shipment_id required | string |
{- "total_rows": 0,
- "boxes": [
- {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
]
}
Insert Walmart boxes into our database
wm_shipment_id required | string |
required | object |
{- "boxes": {
- "weight": 0,
- "weight_uom": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "no_of_packages": 0,
- "stackable": true,
- "mixed_skus": true
}
}
{- "boxes": [
- {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
]
}
Update Walmart boxes into our database
wm_shipment_id required | string |
required | object |
{- "boxes": {
- "wm_box_id": 0,
- "weight": 0,
- "weight_uom": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "no_of_packages": 0,
- "stackable": true,
- "mixed_skus": true
}
}
{- "boxes": [
- {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
], - "errors": [
- { }
]
}
Select a single Walmart box by id
wm_shipment_id required | string |
wm_box_id required | integer <int64> |
{- "box": {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
}
Delete one or more Walmart boxes by id
wm_shipment_id required | string |
wm_box_id required | string A comma separated list of box ids |
{- "boxes": [
- {
- "wm_box_id": 0
}
]
}
Wrapper around Walmart's Create Inbound Shipment label API
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 Carrier Label API
shipmentId required | string |
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 |
{- "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 |
{- "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 |
{- "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"
}
]
}
]
}
All currency amounts are in the smallest currency unit (ie. cents) and are assumed to be in the currency that matches the marketplace (eg. USD for US, CAD for CA, etc.)
offset | integer An integer offset used for paging. Defaults to 0 |
limit | integer The number of rows to fetch. Defaults to 100 |
search | string A search string. Requires 'search_by' to be set. |
search_by | string Enum: "gtin" "item_id" "sku" "title" "upc" Field to search by. Required if 'search' is set. Accepts 'gtin', 'item_id', 'sku', 'title', or 'upc'. |
channel | string Enum: "az" "wm" Optional channel to filter inventory by. Accepts 'az' for Amazon and 'wm' for Walmart. |
latest | boolean If true, returns inventory from the latest inventory report. |
wfs | boolean If true, returns WFS inventory. If false, returns SF inventory. |
{- "inventory": [
- {
- "az": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "product": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "title": "string",
- "images": [
- "string"
], - "created": "string",
- "updated": "string",
- "data": { }
}, - "sku": "string",
- "condition_id": 0,
- "condition": "string",
- "fba": true,
- "price": 0,
- "synced_price": 0,
- "min_price": 0,
- "max_price": 0,
- "quantity": 0,
- "avg_cost_90_days": 0,
- "last_cost": 0,
- "created": "string",
- "updated": "string",
- "synced": "string",
- "listed": "string",
- "fees": { },
- "data": {
- "row": {
- "asin1": "string",
- "asin2": "string",
- "asin3": "string",
- "price": "string",
- "quantity": "string",
- "image-url": "string",
- "item-name": "string",
- "item-note": "string",
- "open-date": "string",
- "add-delete": "string",
- "listing-id": "string",
- "product-id": "string",
- "seller-sku": "string",
- "Business Price": "string",
- "item-condition": "string",
- "zshop-boldface": "string",
- "product-id-type": "string",
- "zshop-category1": "string",
- "Quantity Price 1": "string",
- "Quantity Price 2": "string",
- "Quantity Price 3": "string",
- "Quantity Price 4": "string",
- "Quantity Price 5": "string",
- "item-description": "string",
- "pending-quantity": "string",
- "zshop-browse-path": "string",
- "expedited-shipping": "string",
- "zshop-shipping-fee": "string",
- "Progressive Price 1": "string",
- "Progressive Price 2": "string",
- "Progressive Price 3": "string",
- "Quantity Price Type": "string",
- "fulfillment-channel": "string",
- "item-is-marketplace": "string",
- "Progressive Price Type": "string",
- "Quantity Lower Bound 1": "string",
- "Quantity Lower Bound 2": "string",
- "Quantity Lower Bound 3": "string",
- "Quantity Lower Bound 4": "string",
- "Quantity Lower Bound 5": "string",
- "merchant-shipping-group": "string",
- "zshop-storefront-feature": "string",
- "Progressive Lower Bound 1": "string",
- "Progressive Lower Bound 2": "string",
- "Progressive Lower Bound 3": "string",
- "will-ship-internationally": "string",
- "bid-for-featured-placement": "string"
}
}
}, - "marketplace_name": "string",
- "sku": "string",
- "wm": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "product": {
- "channel_id": "string",
- "marketplace_name": "string",
- "external_id": "string",
- "title": "string",
- "images": [
- "string"
], - "created": "string",
- "updated": "string",
- "data": { }
}, - "sku": "string",
- "condition_id": 0,
- "condition": "string",
- "fba": true,
- "price": 0,
- "synced_price": 0,
- "min_price": 0,
- "max_price": 0,
- "quantity": 0,
- "avg_cost_90_days": 0,
- "last_cost": 0,
- "created": "string",
- "updated": "string",
- "synced": "string",
- "listed": "string",
- "fees": { },
- "data": {
- "getAllItems": {
- "gtin": "string",
- "mart": "string",
- "wpid": "string",
- "price": {
- "amount": 0,
- "currency": "string"
}, - "shelf": "string",
- "isDuplicate": true,
- "productType": "string",
- "lifecycleStatus": "string",
- "publishedStatus": "string",
- "unpublishedReasons": {
- "reason": [
- "string"
]
}
}, - "getSearchResult": {
- "brand": "string",
- "price": {
- "amount": 0,
- "currency": "string"
}, - "title": "string",
- "images": [
- {
- "url": "string"
}
], - "itemId": "string",
- "properties": {
- "categories": [
- "string"
]
}, - "description": "string",
- "productType": "string",
- "isMarketPlaceItem": true
}, - "getAllItemsUpdated": "string",
- "getSearchResultUpdated": "string"
}
}
}
], - "total_rows": 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 |
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 |
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 |
{- "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 |
{- "sku": "string",
- "message": "string"
}
Wrapper around Amazon's createMarketplaceItemLabels API
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 |
{- "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"
}
], - "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. |
{- "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 |
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 |
{- "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. |
{- "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. |
{- "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 |
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. |
{- "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. |
{- "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 |
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. |
{- "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. |
{- "operationId": "string"
}
Wrapper around Amazon's confirmPackingOption API
inboundPlanId required | string |
packingOptionId required | string |
operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
{- "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. |
{- "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. |
{- "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. |
{- "operationId": "string"
}
Wrapper around Amazon's confirmPlacementOption API
inboundPlanId required | string |
placementOptionId required | string |
operationComplete | integer Value: 1 Example: operationComplete=1 Repeatedly poll |
{- "operationId": "string"
}
Wrapper around Amazon's getShipment API
inboundPlanId required | string |
shipmentId required | string |
{- "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. |
{- "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. |
{- "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 |
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 |
{- "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 |
{- "operationId": "string"
}
Wrapper around Amazon's getDeliveryChallanDocument API
inboundPlanId required | string |
shipmentId required | string |
{- "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. |
{- "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 |
{- "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 |
{- "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. |
{- "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 |
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. |
{- "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 |
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. |
{- "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 |
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 |
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 |
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 |
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. |
{- "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. |
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 |
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 |
{- "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 |
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
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 |
{- "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 |
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 |
{- "operation": "string",
- "operationId": "string",
- "operationProblems": [
- {
- "code": "string",
- "details": "string",
- "message": "string",
- "severity": "string"
}
], - "operationStatus": "SUCCESS"
}
Wrapper around Amazon's getBillOfLading API
shipmentId required | string |
{- "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 |
{- "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 |
packing_group_id | string |
{- "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"
}
{- "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 |
packing_group_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"
}
{- "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 |
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
}
]
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 |
packing_group_id | string |
{- "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"
}
{- "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 |
packing_group_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"
}
{- "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"
}
}
batch_id | string Select a specific batch by ID |
archived | boolean Filter by archived status (true/false) |
offset | integer Pagination offset |
limit | integer Pagination limit |
inbound_order_id | string Filter by inbound order ID (prefix match) |
ship_from_id | string Filter by ship from ID |
{- "batches": [
- {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
], - "total_rows": 0
}
Array of objects |
{- "batches": [
- {
- "ship_from_id": "string",
- "inbound_order_id": "string",
- "channel_id": "string",
- "marketplace_name": "string"
}
]
}
{- "batches": [
- {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
], - "errors": [
- { }
]
}
batch_id required | string Select a specific batch by ID |
archived | boolean Filter by archived status (true/false) |
offset | integer Pagination offset |
limit | integer Pagination limit |
inbound_order_id | string Filter by inbound order ID (prefix match) |
ship_from_id | string Filter by ship from ID |
{- "batch": {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
}
batch_id required | string Comma separated list of batch ids to update |
object |
{- "batch": {
- "ship_from_id": "string",
- "inbound_order_id": "string",
- "expected_delivery_date": "string",
- "archived": true
}
}
{- "batches": [
- {
- "batch_id": 0,
- "inbound_order_id": "string",
- "marketplace_name": "string",
- "ship_from_id": 0,
- "expected_delivery_date": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "ltl": true,
- "channel_id": "string",
- "wm_shipment_ids": [
- "string"
]
}
], - "errors": [
- { }
]
}
batch_id required | string ID of the batch |
{- "total_rows": 0,
- "batch_items": [
- {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
]
}
batch_id required | string ID of the batch |
required | Array of objects |
{- "batch_items": [
- {
- "sku": "string",
- "quantity": 0
}
]
}
{- "batch_items": [
- {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
]
}
batch_id required | string ID of the batch |
required | Array of objects |
{- "batch_items": [
- {
- "batch_item_id": "string",
- "sku": "string",
- "quantity": 0,
- "quantity_in_case": 0,
- "item_prep": {
- "addOnServices": [
- {
- "serviceType": "string"
}
]
}
}
]
}
{- "batch_items": [
- {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
], - "errors": [
- { }
]
}
batch_id required | string ID of the batch |
batch_item_id required | string ID of the batch item |
sku | string |
quantity | integer |
quantity_in_case | integer |
object |
{- "sku": "string",
- "quantity": 0,
- "quantity_in_case": 0,
- "item_prep": {
- "addOnServices": [
- {
- "serviceType": "string"
}
]
}
}
{- "batch_item": {
- "batch_item_id": 0,
- "batch_id": 0,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "sku": "string",
- "channel_id": "string",
- "marketplace_name": "string",
- "quantity": 1,
- "damaged": 0,
- "quantity_in_case": 1,
- "item_prep": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85"
}
}
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> |
{- "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
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
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 |
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 |
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
shipmentId required | string |
shipmentSource | string |
pickupFromDateTime | string |
pickupToDateTime | string |
deliveryFromDateTime | string |
deliveryToDateTime | string |
object | |
required | object |
object | |
object | |
required | Array of objects (wm.ShipmentPackage) |
mode required | string (wm.Mode) Enum: "PARCEL" "LTL" "FTL" |
freightClass | string |
declaredValue | integer |
Array of objects |
{- "shipmentId": "string",
- "shipmentSource": "string",
- "pickupFromDateTime": "string",
- "pickupToDateTime": "string",
- "deliveryFromDateTime": "string",
- "deliveryToDateTime": "string",
- "customer": {
- "customerId": "string",
- "customerName": "string"
}, - "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"
}
}, - "shipmentPackages": [
- {
- "packageSequenceNumber": 0,
- "weight": 0,
- "weightUOM": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "lengthUOM": "IN",
- "labelInformation": {
- "labelData": "string",
- "labelFormat": "string",
- "trackingCode": "string",
- "referenceTrackingCode": "string",
- "epTrackerId": "string",
- "shipmentId": "string",
- "packageAsn": "string",
- "masterTrackingCode": "string",
- "master": true
}, - "billingWeight": 0,
- "netCharge": 0,
- "nominalCharge": 0,
- "assessorialCharge": 0,
- "serviceCharge": 0,
- "packageType": "string",
- "noOfPackages": 0,
- "stackable": true
}
], - "mode": "PARCEL",
- "freightClass": "string",
- "declaredValue": 0,
- "loadTypes": [
- {
- "count": 0,
- "loadType": "string"
}
]
}
{- "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" "FTL" |
{- "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",
- "labelInformation": {
- "labelData": "string",
- "labelFormat": "string",
- "trackingCode": "string",
- "referenceTrackingCode": "string",
- "epTrackerId": "string",
- "shipmentId": "string",
- "packageAsn": "string",
- "masterTrackingCode": "string",
- "master": true
}, - "billingWeight": 0,
- "netCharge": 0,
- "nominalCharge": 0,
- "assessorialCharge": 0,
- "serviceCharge": 0,
- "packageType": "string",
- "noOfPackages": 0,
- "stackable": true
}
], - "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 Cancel Carrier Rate Quote API
shipmentId required | string |
{- "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"
}
]
}
]
}
Select Walmart shipments from the database
wm_shipment_id | string |
inbound_order_id | string |
source_address | string Filter by ship from ID |
offset | integer Pagination offset |
limit | integer Pagination limit |
{- "total_rows": 0,
- "wm_shipments": [
- {
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "batch_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "marketplace_name": "string",
- "source_address": 0,
- "status": "PENDING_SHIPMENT_DETAILS",
- "ship_to_address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "shipment_items": [
- { }
], - "shipment_units": 0,
- "received_units": 0,
- "items_submitted": 0,
- "received_units_at_fc": 0,
- "expected_delivery_date": "2019-08-24T14:15:22Z",
- "updated_expected_delivery_date": "2019-08-24T14:15:22Z",
- "actual_delivery_date": "2019-08-24T14:15:22Z",
- "tracking_no": [
- "string"
], - "carrier_name": "string",
- "channel_method": "string",
- "ship_node": "string",
- "shipment_status": "string",
- "shipment_type": "string",
- "po_type": "string",
- "shipment_carrier_type": "string",
- "is_exception_occurred": true,
- "exception_status": "string",
- "is_po_box_enabled": true,
- "transfer_shipments": { },
- "consolidated_transfer_shipments": { },
- "receipt_start_date": "2019-08-24T14:15:22Z",
- "receipt_end_date": "2019-08-24T14:15:22Z",
- "data": { },
- "carrier_rate_quotes": { },
- "inbound_order_id": "string"
}
]
}
Select a single Walmart shipment by id
wm_shipment_id required | string |
{- "wm_shipment": {
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "batch_id": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "archived": "2019-08-24T14:15:22Z",
- "archived_by": "b5dab088-5678-4dc8-a1b2-f7b300fd8a85",
- "marketplace_name": "string",
- "source_address": 0,
- "status": "PENDING_SHIPMENT_DETAILS",
- "ship_to_address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateCode": "string",
- "countryCode": "string",
- "postalCode": "string",
- "phone": "string"
}, - "shipment_items": [
- { }
], - "shipment_units": 0,
- "received_units": 0,
- "items_submitted": 0,
- "received_units_at_fc": 0,
- "expected_delivery_date": "2019-08-24T14:15:22Z",
- "updated_expected_delivery_date": "2019-08-24T14:15:22Z",
- "actual_delivery_date": "2019-08-24T14:15:22Z",
- "tracking_no": [
- "string"
], - "carrier_name": "string",
- "channel_method": "string",
- "ship_node": "string",
- "shipment_status": "string",
- "shipment_type": "string",
- "po_type": "string",
- "shipment_carrier_type": "string",
- "is_exception_occurred": true,
- "exception_status": "string",
- "is_po_box_enabled": true,
- "transfer_shipments": { },
- "consolidated_transfer_shipments": { },
- "receipt_start_date": "2019-08-24T14:15:22Z",
- "receipt_end_date": "2019-08-24T14:15:22Z",
- "data": { },
- "carrier_rate_quotes": { },
- "inbound_order_id": "string"
}
}
Select Walmart boxes from the database
wm_shipment_id required | string |
{- "total_rows": 0,
- "boxes": [
- {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
]
}
Insert Walmart boxes into our database
wm_shipment_id required | string |
required | object |
{- "boxes": {
- "weight": 0,
- "weight_uom": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "no_of_packages": 0,
- "stackable": true,
- "mixed_skus": true
}
}
{- "boxes": [
- {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
]
}
Update Walmart boxes into our database
wm_shipment_id required | string |
required | object |
{- "boxes": {
- "wm_box_id": 0,
- "weight": 0,
- "weight_uom": "LB",
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "no_of_packages": 0,
- "stackable": true,
- "mixed_skus": true
}
}
{- "boxes": [
- {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
], - "errors": [
- { }
]
}
Select a single Walmart box by id
wm_shipment_id required | string |
wm_box_id required | integer <int64> |
{- "box": {
- "wm_box_id": 0,
- "wm_shipment_id": "string",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "package_sequence_number": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "length_uom": "IN",
- "weight": 0,
- "weight_uom": "LB",
- "label_information": { },
- "billing_weight": 0,
- "net_charge": 0,
- "nominal_charge": 0,
- "assessorial_charge": 0,
- "service_charge": 0,
- "package_type": "string",
- "no_of_packages": 1,
- "stackable": true,
- "mixed_skus": false
}
}
Delete one or more Walmart boxes by id
wm_shipment_id required | string |
wm_box_id required | string A comma separated list of box ids |
{- "boxes": [
- {
- "wm_box_id": 0
}
]
}
Wrapper around Walmart's Create Inbound Shipment label API
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 Carrier Label API
shipmentId required | string |
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 |
{- "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 |
{- "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 |
{- "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"
}
]