Update products in store. Product can be identified by product_id/variant_id or directly with SKU/Article Number if unique
Documentation Index
Fetch the complete documentation index at: https://quickbutik.dev/llms.txt
Use this file to discover all available pages before exploring further.
Basic Authentication with API Keys
The Quickbutik API uses Basic Authentication where you use your API key as both the username and password.
How it works:
api_key:api_key (using the SAME API key for both username and password)Authorization: Basic ENCODED_STRINGExample:
sk_live_abc123sk_live_abc123:sk_live_abc123c2tfbGl2ZV9hYmMxMjM6c2tfbGl2ZV9hYmMxMjM=Authorization: Basic c2tfbGl2ZV9hYmMxMjM6c2tfbGl2ZV9hYmMxMjM=cURL Example:
curl https://api.quickbutik.com/v1/orders -u your_api_key:your_api_keyAll API requests must be made over HTTPS. Requests made over HTTP will be rejected.
API keys can be generated in the Quickbutik Control Panel under Settings → API.
Product id - which you would like to update
Product variant id (if specific variant)
(OR) Article Number - on product/variant which you would like to update
Set or unset this product as a gift card. Requires the gift card app to be active for the shop.
true
Product title
Price
299
Compare price
399
Purchase price (excl. vat)
69
VAT percentage (%)
25
Stock quantity
1
Stock location
Disable minus stock (dont allow the stock to go negative)
"1"
1
Product description
EAN number (GTIN)
Supplier name
Supplier SKU/article number
Data field #1
Data field #2
Data field #3
SEO description (if specific)
SEO title (if specific)
Weight (in grams)
400
Object with numeric string keys containing image objects. Each key represents an image position/index.
Assign a preorder option to this product/variant by its ID. Set to null or 0 to clear the preorder status.
Use GET /v1/settings/preorders to retrieve the list of valid preorder option IDs for your store.
1
Custom metadata for the product
Product variants configuration