Seller Assistant API
HomeSeller AssistantHelp CenterAccount
HomeSeller AssistantHelp CenterAccount
Get API Keys
  1. SP-API FBA Shipments
  • Introduction
  • Authentication
  • Throttling
  • Error Handling
  • Swagger Documentation
  • Marketplace IDs and Categories
  • User Info
    • Get current user info
      GET
  • Products
    • Get product info
      GET
    • Get product statistics
      GET
    • Calculate product profit
      POST
  • UPC-EAN-ASIN converters
    • Get product ASINs based on identifiers (UPC or EAN)
      GET
    • Get product identifiers (UPC, EAN, etc.) based on ASIN
      GET
  • Restrictions
    • Check ASIN restrictions
  • Sales Estimation
    • Estimate sales by ASIN
    • Estimate sales by BSR and category
  • Keepa
    • Get Keepa product
    • Search Keepa products
    • Keepa Product Finder
  • FBA Inbound Shipments
    • Summary
    • List inbound plans
    • Get inbound plan
    • List inbound plan boxes
    • List plan shipments
    • Get shipment
    • List shipment items
    • Get shipment fees
    • List shipment boxes
  • Listings Items
    • Search listings items
    • Get listings item
    • Create or update listing from ASIN
    • Delete listings item
  • SP-API FBA Shipments
    • Get old shipments
      GET
    • Get old shipment items
      GET
    • Get old shipment items by old shipment id
      GET
    • List inbound plans
      GET
    • Get inbound plan
      GET
    • List inbound plan boxes
      GET
    • List placement options
      GET
    • List transportation options
      GET
    • Get shipment
      GET
    • List shipment items
      GET
    • List shipment boxes
      GET
    • List packing options
      GET
    • List packing group boxes
      GET
    • List packing group items
      GET
  • SP-API FBA Inventory
    • Get inventory summaries
  • SP-API Catalog Items
    • Search catalog items
    • Get catalog item
  • SP-API Listings Items
    • Search listings items
    • Get listings item
    • Put listings item
    • Delete listings item
    • Patch listings item
  • SP-API Product Type Definitions
    • Search definitions product types
    • Get a product type definition
  1. SP-API FBA Shipments

List packing group items

Developing
GET
https://app.sellerassistant.app/api/v1/sp-api/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items
Proxy to https://developer-docs.amazon.com/sp-api/reference/listpackinggroupitems. The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it here.

Request

Authorization
API Key
Add parameter in query
api_key
Example:
api_key: ********************
or
API Key
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
or
Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.sellerassistant.app/api/v1/sp-api/inbound/fba/2024-03-20/inboundPlans/wf64bdf98e-986d-4bbe-8e20-7196e3aaa1d2/packingGroups/pg07ea0f63-4f42-4bb4-b122-b9ea8fbf0319/items?pageSize=20&paginationToken&domain=amazon.com&marketplaceId=ATVPDKIKX0DER&api_key=<api-key>'

Responses

🟢200OK
application/json
Successful response
Body

Example
{
    "items": [
        {
            "asin": "B00U26V4VQ",
            "expiration": "2025-12-31",
            "fnsku": "X004PJ3U37",
            "labelOwner": "AMAZON",
            "manufacturingLotCode": "LOT12345",
            "msku": "M.Cornell Import 14-03-2025 B00U26V4VQ",
            "prepInstructions": [
                {
                    "fee": {
                        "amount": 10.5,
                        "code": "USD"
                    },
                    "prepOwner": "AMAZON",
                    "prepType": "ITEM_LABELING"
                }
            ],
            "quantity": 10
        }
    ],
    "pagination": {
        "nextToken": "string"
    }
}
🟠402Payment Required
🟠403Forbidden
🟠422Unprocessable Entity
🟠429Too Many Requests
🔴500Internal Server Error
Modified at 2025-11-07 16:29:13
Previous
List packing group boxes
Next
Get inventory summaries
Built with