Swag base products
Get base variants by base product ID
Returns available variants for a base-product UUID using required location and page-number pagination.
Permissions
- Requires:
products:read
GET
List variants for a swag base product
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
1-indexed page number.
Required range:
x >= 1Example:
1
Number of base variants per page.
Required range:
1 <= x <= 300Example:
100
Required ISO 3166-1 alpha-2 country code.
Pattern:
^[A-Z]{2}$Example:
"US"
Last modified on June 17, 2026