Product Variant Values

the Product-Variant-Values API

put
Path parameters
attributeIdinteger · int64Required
valueIdinteger · int64Required
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

sortOrderinteger · int64 · nullableOptional

sortierung

activebooleanRead-onlyOptional

Aktiv?

Default: true
abbreviationstringRequired

Abkürzung

Responses
chevron-right
200

OK

*/*
put
/erp/product-variant-attributes/{attributeId}/value/{valueId}
200

OK

delete
Path parameters
attributeIdinteger · int64Required
valueIdinteger · int64Required
Responses
chevron-right
200

OK

*/*
delete
/erp/product-variant-attributes/{attributeId}/value/{valueId}
200

OK

Find an existing listing by identifier

get
Path parameters
attributeIdinteger · int64Required

Attribute-ID

valueIdinteger · int64Required

Value-ID

listingIdinteger · int64Required

Listing-ID

Responses
chevron-right
200

OK

*/*
get
/erp/product-variant-attributes/{attributeId}/value/{valueId}/listings/{listingId}
200

OK

Update existing listing

put
Path parameters
attributeIdinteger · int64Required

Attribute-ID

valueIdinteger · int64Required

Value-ID

listingIdinteger · int64Required

Listing-ID

Body

Produktvariantenattributwert-Listing

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

customobjectOptional

Search-Dialog

Responses
chevron-right
200

OK

*/*
put
/erp/product-variant-attributes/{attributeId}/value/{valueId}/listings/{listingId}
200

OK

Partial update existing listing

patch
Path parameters
attributeIdinteger · int64Required

Attribute-ID

valueIdinteger · int64Required

Value-ID

listingIdinteger · int64Required

Listing-ID

Body
objectOptional

Search-Dialog

Responses
chevron-right
200

OK

*/*
patch
/erp/product-variant-attributes/{attributeId}/value/{valueId}/listings/{listingId}
200

OK

put
Path parameters
attributeIdinteger · int64Required
valueIdinteger · int64Required
Body
Other propertiesstringOptional
Responses
chevron-right
200

OK

*/*
put
/erp/product-variant-attributes/{attributeId}/value/{valueId}/deactivate
200

OK

put
Path parameters
attributeIdinteger · int64Required
valueIdinteger · int64Required
Body
Other propertiesstringOptional
Responses
chevron-right
200

OK

*/*
put
/erp/product-variant-attributes/{attributeId}/value/{valueId}/activate
200

OK

find all values to attribute

get
Path parameters
attributeIdinteger · int64Required
Responses
chevron-right
200

OK

*/*
get
/erp/product-variant-attributes/{attributeId}/values
200

OK

post
Path parameters
attributeIdinteger · int64Required
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

sortOrderinteger · int64 · nullableOptional

sortierung

activebooleanRead-onlyOptional

Aktiv?

Default: true
abbreviationstringRequired

Abkürzung

Responses
chevron-right
200

OK

*/*
post
/erp/product-variant-attributes/{attributeId}/values
200

OK

post
Path parameters
attributeIdinteger · int64Required
Bodyobject[]
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

sortOrderinteger · int64 · nullableOptional

sortierung

activebooleanRead-onlyOptional

Aktiv?

Default: true
abbreviationstringRequired

Abkürzung

Responses
chevron-right
200

OK

*/*
post
/erp/product-variant-attributes/{attributeId}/values/add-all
200

OK

Create new listing

post
Path parameters
attributeIdinteger · int64Required

Attribute-ID

valueIdinteger · int64Required

Value-ID

Body

Produktvariantenattributwert-Listing

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

customobjectOptional

Search-Dialog

Responses
chevron-right
200

OK

*/*
post
/erp/product-variant-attributes/{attributeId}/value/{valueId}/listings
200

OK

Last updated

Was this helpful?