Update inventory
Update inventory
Updates one or more fields on an existing inventory item.
PATCH
Update inventory
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.
Example:
"idk_550e8400-e29b-41d4-a716-446655440000"
Path Parameters
Inventory item ID.
Example:
"inv_a1b2c3"
Body
application/json
Example:
"CC-330ML-CAN"
Example:
"Coca-Cola"
Example:
"Coca-Cola Original 330ml Can"
Example:
"Beverages"
Example:
"Carbonated Soft Drinks"
Example:
330
Example:
"ml"
Example:
1.49
Example:
"USD"
Example:
"049000042566"
Response
Inventory item updated.