Skip to content
E-commerce platforms

izettle.com:products

Product Library sandbox and mock API

The Product Library API is used for managing merchant's product information and product images. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
32
Collections
-
Event types
-
example request
curl https://your-izettle-products.slurry.io/v1/taxes \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 32.

  • GET/organizations/{organizationUuid}/categories/v2
  • POST/organizations/{organizationUuid}/categories/v2
  • PATCH/organizations/{organizationUuid}/categories/v2/{categoryUuid}
  • DELETE/organizations/{organizationUuid}/categories/v2/{categoryUuid}
  • GET/organizations/{organizationUuid}/discounts
  • POST/organizations/{organizationUuid}/discounts
  • GET/organizations/{organizationUuid}/discounts/{discountUuid}
  • PUT/organizations/{organizationUuid}/discounts/{discountUuid}
  • DELETE/organizations/{organizationUuid}/discounts/{discountUuid}
  • GET/organizations/{organizationUuid}/images
  • GET/organizations/{organizationUuid}/import/status
  • GET/organizations/{organizationUuid}/import/status/{importUuid}