izettle.com

The Product Library API is used for managing merchant's product information and product images.

🔑 oauth2 32 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/VeeLoop-Team/izettle_sdk
sdk-ios ✓ Official
# See https://github.com/iZettle/sdk-ios
# See https://github.com/NAXAM/izettle-ios-binding
sdk-android ✓ Official
# See https://github.com/iZettle/sdk-android
curl examples
Get all available tax rates
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://products.izettle.com/v1/taxes
Get all tax rates and a count of products associated with each
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://products.izettle.com/v1/taxes/count
Get the organization tax settings
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://products.izettle.com/v1/taxes/settings
Endpoints (32 total)
GET
/v1/taxes
Get all available tax rates
GET
/v1/taxes/count
Get all tax rates and a count of products associated with each
GET
/v1/taxes/settings
Get the organization tax settings
GET
/v1/taxes/{taxRateUuid}
Get a single tax rate
GET
/organizations/{organizationUuid}/images
Retrieve all library item images
GET
/organizations/{organizationUuid}/library
Retrieve the entire library
GET
/organizations/{organizationUuid}/products
Retrieve all products visible in POS
GET
/organizations/{organizationUuid}/discounts
Retrieve all discounts
GET
/organizations/{organizationUuid}/products/v2
Retrieve all products visible in POS – v2
GET
/organizations/{organizationUuid}/categories/v2
Retrieve all categories
GET
/organizations/{organizationUuid}/import/status
Get status for latest import
GET
/organizations/{organizationUuid}/products/options
Retrieve an aggregate of active Options in the library
At a glance
Total SDKs4
Languages3
Endpoints32
Authoauth2
Categories1
https://products.izettle.com