Last updated 3 days ago
Creates or updates a product with the provided details
Unique identifier for the product
product-id
Type identifier for the product
type-id
JSON object containing custom product properties
POST /product HTTP/1.1 Host: integration-api.userflux.co Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 54 { "id": "product-id", "typeId": "type-id", "properties": {} }
Product created successfully (No Content)
No Content