- 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]
Create a new PAM asset
POST
/api/rest/v1/assets
PAM asset
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/rest/v1/assets' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
201 - Example 1
{}
Request
Body Params application/json
categories
array[string]
optional
code
stringÂ
required
description
stringÂ
optional
Default:
null
end_of_use
string <dateTime>
optional
Default:
null
localizable
booleanÂ
optional
Default:
false
reference_files
array [object {3}]Â
optional
_link
objectÂ
optional
code
stringÂ
optional
locale
stringÂ
optional
tags
array[string]
optional
variation_files
array [object {4}]Â
optional
_link
objectÂ
optional
code
stringÂ
optional
locale
stringÂ
optional
scope
stringÂ
optional
Examples
Responses
🟢201Created
application/json
Body
object {0}
🟠400Bad request
🟠401Authentication required
🟠403Access forbidden
🟠415Unsupported Media type
🟠422Unprocessable entity
Modified at 2023-08-15 05:53:55