Create inventory
Adds a new SKU to your master inventory catalogue.
Authorizations
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
Headers
Unique key for idempotent requests. If a request with the same key was already processed within the last 24 hours, the cached response is returned with X-Idempotent-Replayed: true.
"idk_550e8400-e29b-41d4-a716-446655440000"
Body
Unique SKU code within your organisation.
"CC-330ML-CAN"
Brand name.
"Coca-Cola"
Product display name.
"Coca-Cola Original 330ml Can"
Product category.
"Beverages"
Product subcategory.
"Carbonated Soft Drinks"
Numeric size value.
330
Unit of measure for size (ml, g, oz, etc.).
"ml"
Expected retail price.
1.49
ISO 4217 currency code for the expected price.
"USD"
Universal Product Code (barcode).
"049000042566"
Response
Inventory item created.