GET
/
catalog
/
products
/
{id}
/
inventory-activity
/
{variant_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

product Ulid

variant_id
string
required

variant ulid

Query Parameters

page
integer

page number of pagination list

limit
integer

no of rows per page

sort_by
string

JSON string format: {"field1":"asc", "field2":"desc"}

search
string

search keyword

filters
string

JSON - array of objects

Response

200 - application/json
message
string
success
boolean
content
object