GET
/
v1
/
packing_list_items
/
:id
curl --location --request GET 'https://api.stateset.com/v1/packing_list_items/:id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": "1",
}'
{
  {
    "id": "1",
    "sku": "1",
    "description": "1",
    "quantity": 1,
    "packing_list": "1",
    "arrived": true
  }
}

Body

id
string
This is the id of the packing list item

Response

id
string
This is the id of the packing list item
sku
string
This is the sku of the packing list item
description
string
This is the description of the packing list item
quantity
integer
This is the quantity of the packing list item
packing_list
string
This is the packing list of the packing list item
arrived
boolean
This is the arrived of the packing list item
curl --location --request GET 'https://api.stateset.com/v1/packing_list_items/:id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": "1",
}'
{
  {
    "id": "1",
    "sku": "1",
    "description": "1",
    "quantity": 1,
    "packing_list": "1",
    "arrived": true
  }
}

Packing List Item

NameTypeDescription
idText (Primary Key, Unique)Unique identifier for the packing list item
skuTextStock Keeping Unit (SKU) for the packing list item
descriptionTextDescription or additional details about the item
quantityIntegerQuantity of the item in the packing list item
packing_listTextIdentifier for the associated packing list
arrivedBoolenWhether or not the packing list item has arrived