- Authentication
- Overview
- PAM asset category
- Asset family
- Asset
- Asset attribute
- Asset attribute option
- Asset media file
- PAM asset tag
- PAM asset
- PAM asset reference file
- PAM asset variation file
- Association type
- Attribute group
- Attribute
- Attribute option
- Category
- Channel
- Currency
- Family
- Family variant
- Locale
- Measure family
- Measurement family
- Product media file
- Product model
- Product
- Published product
- Reference entity
- Reference entity media file
- Reference entity attribute
- Reference entity attribute option
- Reference entity record
- System
- Catalogs
- Catalog products
- Product [identifier]
- Product [uuid]
Update/create a product model
PATCH
/api/rest/v1/product-models/{code}
Product model
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/api/rest/v1/product-models/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
201 - Example 1
{}
Request
Path Params
code
stringÂ
required
Body Params application/json
associations
objectÂ
optional
associationTypeCode
objectÂ
optional
categories
array[string]
optional
code
stringÂ
required
created
string <dateTime>
optional
family
stringÂ
optional
family_variant
stringÂ
required
metadata
objectÂ
optional
workflow_status
enum<string>Â
optional
Allowed values:
read_onlydraft_in_progressproposal_waiting_for_approvalworking_copy
parent
stringÂ
optional
Default:
null
quality_scores
objectÂ
optional
quantified_associations
objectÂ
optional
quantifiedAssociationTypeCode
objectÂ
optional
updated
string <dateTime>
optional
values
objectÂ
optional
attributeCode
array [object {3}]Â
optional
Examples
Responses
🟢201Created
application/json
Body
object {0}
🟢204No content to return
🟠401Authentication required
🟠415Unsupported Media type
🟠422Unprocessable entity
Modified at 2023-08-15 05:53:55