Using izettle-ios-binding with izettle.com

Objective-C integration

Install
# See https://github.com/NAXAM/izettle-ios-binding
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
SDK on GitHub 📄 API Docs
SDK
izettle-ios-binding
Objective-C
API
izettle.com
izettle.com:products
Other SDKs for izettle.com
izettle_sdk sdk-android sdk-ios
At a glance
Language Objective-C
Endpoints32
Base URLhttps://products.izettle.com