GET
/
items
/
{item_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

item_id
integer
required

Numeric ID of the item to retrieve.

Response

200 - application/json
id
integer
required

Numeric ID of the item.

createdAt
string
required
activeRentalId
integer | null
required
productTitle
string
required
serial
string | null
required
sequentialId
integer
required
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
imageUrl
string | null
shopifyProductId
integer | null