Create or update a product collection.
PUT
/me/productcollections/{productCollectionID}
200Description
Only available to Buyer Users.
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
productCollectionID | Required | string | ID of the product collection. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | Required | string | --- | 100 characters | --- | |
xp | object | --- | --- | --- | ||
AccessLevel | string | --- | --- | Private, Public, Shareable |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
xp | object | --- | --- | --- | ||
AccessLevel | string | --- | --- | Private, Public, Shareable |