Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Prefix the value with "ApiKey" to indicate the custom authorization type

Query Parameters

page
integer<int32>
default:1

Page number to return (1-based, default: 1)

size
integer<int32>

Number of results per page (default: 100)

categories
string[]

Filter by one or more category codes (e.g. COMPUTER, MONITOR)

Response

Paginated list of catalog SKUs

id
string<uuid>
required

SKU's internal ID

Example:

"123E4567-E89B-12D3-A456-426614174000"

title
string
required

SKU's title

Example:

"MacBook Air 13\" M3 8-Core CPU 10-Core GPU 8GB RAM 512GB SSD - US / English - Space Gray - AU Plug"

vendorSku
string
required

SKU's vendor SKU value

Example:

"123E4567-E89B-12D3-A456-426614174000"

vendorCode
string
required

SKU's vendor's code

Example:

"APPLE"

isStandardCatalog
boolean
required

Tells if the SKU is part of org's standard catalog

Example:

true

metadata
object
required

SKU's structured metadata

pricing
object[]
required

SKU's pricing details

stock
object[]
required

List of regions where this product is available

categoryCode
string
required

The category code for this product

Example:

"COMPUTER"

categoryNameOfSku
string
required

The category name for this product

Example:

"Computer"

imageUrl
string

Presigned URL for the product image

Example:

"https://bucket.s3.amazonaws.com/image.jpg?X-Amz-Expires=86400"

partNumber
string

SKU's part number

Example:

"MZ-1234HG"