Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

ProductProperties

ProductProperties

Get list of variants for a product

get
/tenants/{tenantUid}/products/{productUid}/variants

Get list of variants for a product

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
productUidstringRequired

Reference to a Product.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Query parameters
pageNumberintegerOptional

Reference to a specific page in a result set.

pageSizeintegerOptional

The number of items per page in a result set.

sortBystringOptional

Defines which field the resource list is sorted by.

sortDirectionstring · enumOptional
ENUM Description
ASC Sort in ascending order
DESC Sort in descending order
Possible values:
Responses
200

Example response

application/json
get
/tenants/{tenantUid}/products/{productUid}/variants
200

Example response

Add a product as variant on a configurable product

post
/tenants/{tenantUid}/products/{productUid}/variants

Add a product as variant on a configurable product

The productUid in the path should be the configurable product. The productUid in the request body is the product that you want to add as a variant

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
productUidstringRequired

Reference to a Product.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body
productUidstringRequiredPattern: ^[A-Za-z0-9-_]+
productVariantUidstringOptionalPattern: ^[A-Za-z0-9-_]+
Responses
200

Example response

application/json
Responseall of
post
/tenants/{tenantUid}/products/{productUid}/variants
200

Example response

Delete a product variant

delete
/tenants/{tenantUid}/products/{productUid}/variants/{productVariantUid}

Deletes a product variant.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
productUidstringRequired

Reference to a Product.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
productVariantUidstringRequired

Reference to a Product variant.

Pattern: ^[A-Za-z0-9-_]+
Responses
delete
/tenants/{tenantUid}/products/{productUid}/variants/{productVariantUid}
204

No Content

No content

Get list of properties for a product

get
/tenants/{tenantUid}/products/{productUid}/properties

Get list of properties for a product

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
productUidstringRequired

Reference to a Product.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Query parameters
pageNumberintegerOptional

Reference to a specific page in a result set.

pageSizeintegerOptional

The number of items per page in a result set.

sortBystringOptional

Defines which field the resource list is sorted by.

sortDirectionstring · enumOptional
ENUM Description
ASC Sort in ascending order
DESC Sort in descending order
Possible values:
Responses
200

Example response

application/json
get
/tenants/{tenantUid}/products/{productUid}/properties
200

Example response

Set a property to a product

post
/tenants/{tenantUid}/products/{productUid}/properties

Set a property to a product

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
productUidstringRequired

Reference to a Product.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body

Add a new product option to a product. If a property is of type TEXT, propertyText is mandatory, else propertyOptionUid is mandatory

propertyUidstringRequiredPattern: ^[A-Za-z0-9-_]+
propertyOptionUidstringOptionalPattern: ^[A-Za-z0-9-_]+
propertyTextstringOptional
productPropertyUidstringOptionalPattern: ^[A-Za-z0-9-_]+
Responses
200

Example response

application/json
post
/tenants/{tenantUid}/products/{productUid}/properties
200

Example response

Remove a product property from a product

delete
/tenants/{tenantUid}/products/{productUid}/properties/{productPropertyUid}

Deletes a property from a product.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
productUidstringRequired

Reference to a Product.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
productPropertyUidstringRequired

Reference to a Product property.

Pattern: ^[A-Za-z0-9-_]+
Responses
delete
/tenants/{tenantUid}/products/{productUid}/properties/{productPropertyUid}
204

No Content

No content

Update a text property for a product

put
/tenants/{tenantUid}/products/{productUid}/text-properties/{propertyUid}

Update a text property for a product

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
productUidstringRequired

Reference to a Product.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
propertyUidstringRequired

Reference to a product property definition

Pattern: ^[A-Za-z0-9-_]+
Body

Update a new text option to a product

propertyTextstringRequired
Responses
200

Example response

application/json
put
/tenants/{tenantUid}/products/{productUid}/text-properties/{propertyUid}
200

Example response

Last updated

Was this helpful?