Inventory API
Products
Full product catalog management covering physical products, digital products, services, and billing plans. Includes CRUD operations, bulk actions, custom attributes, variations, long descriptions, and duplication.
All prices are expressed in the smallest currency unit (e.g. cents for USD, รถre for SEK).
Authentication
All API requests require a valid API key passed via the Authorization header using the Bearer scheme:
Authorization: Bearer YOUR_API_KEYYou can generate and manage your API keys from the Tamio Dashboard under Settings > Developers > API Keys.
Endpoints
GET
/products/list
GET
/products/retrieve/{uuid}
DELETE
/products/{uuid}
POST
/products/duplicate/{uuid}
POST
/products/create/physical
POST
/products/physical/update/{uuid}
POST
/products/physical/bulk/create
POST
/products/create/digital
POST
/products/update/digital/{uuid}
POST
/products/create/service
POST
/products/update/service/{uuid}
POST
/products/create/billing-plan
POST
/products/update/billing-plan/{uuid}
POST
/products/bulk/delete
POST
/products/bulk/update-stock
POST
/products/bulk/update-pricing-models
POST
/products/bulk/update
POST
/products/bulk/convert
POST
/products/custom-attributes/create
POST
/products/custom-attributes/update/{uuid}
GET
/products/custom-attributes/list
DELETE
/products/custom-attributes/{uuid}
GET
/products/long-description/{uuid}
DELETE
/products/long-description/{uuid}