Update Product
logiwa_update_productUpdate existing product details in Logiwa by providing the product UUID and the fields to change, including SKU, name, description, and packing settings.
Instructions
Update an existing product. Provide the product 'identifier' (UUID) to locate it, plus the fields to change.
Required by the API: sku, name, description, packingSettings. Send the full intended state of these fields. Provide any other Logiwa fields via additional_fields.
Returns: the update response from Logiwa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | SKU (required). | |
| upc | No | ||
| name | Yes | Product name (required). | |
| taxRate | No | ||
| isActive | No | ||
| identifier | Yes | Product UUID to update (required to locate the record). | |
| salesPrice | No | ||
| description | Yes | Product description (required). | |
| purchasePrice | No | ||
| packingSettings | Yes | Packing settings (weight, dimensions, handling flags) for the product. | |
| productTypeName | No | ||
| clientIdentifier | No | ||
| productGroupName | No | ||
| additional_fields | No | Escape hatch for any extra Logiwa request-body fields not exposed as typed parameters above. Keys must match the Logiwa API's camelCase field names; merged verbatim into the request body. |