Skip to main content
GET
Get swag base product by ID

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string

Must be provided to retrieve swag products.

Example:

"acc123456"

Path Parameters

baseProductId
string
required

Base-product UUID.

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"048392af-5f4c-4ddc-b0e2-7a0edf152268"

Query Parameters

fields
enum<string>[]

Comma-separated expanded base-product fields.

Optional expanded fields for a swag base product.

Available options:
options,
printingTechnique
Example:
include
enum<string>[]

Comma-separated related entities to include.

Related entities to include with a swag base product.

Available options:
brand,
tags
Example:
location
string
required

Required ISO 3166-1 alpha-2 country code.

Pattern: ^[A-Z]{2}$
Example:

"US"

Response

Swag base product.

data
object
required

A swag product template before a specific variant is selected.

Last modified on June 17, 2026