ProductPatchModel
Product data to PATCH, only include the fields you wish to update.
| Name | Description | Type | Additional information |
| PricingInformation |
Product pricing info for instance: Price, RRP
|
ProductPatchPricingInfoModel
|
None.
|
| WarehouseInformation |
This contains warehouse information like Weight, Packagin etc.
|
ProductPatchWarehouseInformationModel
|
None.
|
| ProductSpecialAttribute |
The Products Special Attribute.
|
string
|
None.
|
| Discontinued |
Whether the product is discontinued. Leave null to leave unchanged.
|
boolean
|
None.
|
| Archived |
Whether the product is archived. Leave null to leave unchanged.
|
boolean
|
None.
|
| CustomAttributes |
Custom attributes to add or update on the product. Each entry identifies a custom attribute
by CustomAttributeID or CustomAttributeName. If the product already has that attribute the
value is updated; otherwise the attribute is assigned to the product with the supplied value.
Attributes not included are left untouched. Custom attributes CANNOT be removed via PATCH -
use the PUT product endpoint to remove them. Omit this field to leave custom attributes unchanged.
|
Collection of ProductCustomAttributeModel
|
None.
|