POST
/
items

Authorizations

Authorization
string
headerrequired

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

Body

application/json
shopifyVariantId
integer
required
visibility
enum<string>
required
Available options:
available,
unavailable
quantity
integer

Number of items to create.

Required range: x < 100
serials
string[]

Serials will be picked from the list and assigned to items.

Response

200 - application/json
id
integer
required

Numeric ID of the item.

createdAt
string
required
activeRentalId
integer | null
required
imageUrl
string | null
productTitle
string
required
serial
string | null
required
sequentialId
integer
required
shopifyProductId
integer | null
shopifyVariantId
integer | null
required
status
enum<string>
required
Available options:
processed,
unprocessed
tags
string[]
required
variantTitle
string | null
required
visibility
enum<string>
required
Available options:
available,
unavailable