Skip to main content
GET
/
api
/
Fba
/
FbaShipmentItem
/
getFbaShipmentItemList
Get items in FBA shipment
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaShipmentItem/getFbaShipmentItemList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "fbaShipmentItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fbaShipmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fnsku": "<string>",
      "shipmentItemQuantity": 123,
      "availableQuantity": 123,
      "lastPutawayOn": "2023-11-07T05:31:56Z"
    }
  ]
}
Lists the items inside a specific FBA shipment, including FNSKU, quantity received, and available quantity. Use this after an FBA shipment is received to break down what arrived and what’s available for outbound instructions.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Query Parameters

fbaShipmentId
string<uuid>
required

FBA shipment identifier

Response

Success

data
object[]

List of FBA shipment items