Swag base products
Get base product by ID
Returns one swag product template by UUID. Use fields for options or printing technique and include for brand or tags.
Permissions
- Requires:
products:read
GET
Get swag base product by ID
Authorizations
Company Level Authentication
Include your API key in the X-Api-Key header for every request:
Headers
Must be provided to retrieve swag products.
Example:
"acc123456"
Path Parameters
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
Comma-separated expanded base-product fields.
Optional expanded fields for a swag base product.
Available options:
options, printingTechnique Example:
Comma-separated related entities to include.
Related entities to include with a swag base product.
Available options:
brand, tags Example:
Required ISO 3166-1 alpha-2 country code.
Pattern:
^[A-Z]{2}$Example:
"US"
Response
Swag base product.
A swag product template before a specific variant is selected.
Last modified on June 17, 2026