Skip to main content
POST
Item - Add Serial Numbers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
item_id
string
required

Item ID

serial_numbers
string[]
required

Serial numbers to add

no_refresh
boolean

Skip cache refresh

sku
string

Item SKU (alternative lookup)

lot_count
number

Lot count

lot_prefix
string

Lot prefix

Response

Serial numbers added

success
boolean
required

Whether the operation succeeded

serial_numbers
string[]

Serial numbers that were added