Product Variant

the Product-Variant API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
get
/erp/product-variants/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

descriptionstringRequired

Beschreibung

activebooleanRead-onlyOptional

Aktiv?

Default: true
Responses
chevron-right
200

successful operation

*/*
put
/erp/product-variants/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
delete
/erp/product-variants/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

*/*
put
/erp/product-variants/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

*/*
put
/erp/product-variants/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

descriptionstringRequired

Beschreibung

activebooleanRead-onlyOptional

Aktiv?

Default: true
Responses
chevron-right
200

successful operation

*/*
post
/erp/product-variants

Create a Job according to the Request

post
Body

Request zur Erstellung von Product Varianten

productTypestring · enumOptional

Artikelarten

Possible values:
Responses
chevron-right
200

OK

*/*
post
/erp/product-variants/productVariantCreationJob
200

OK

get
Path parameters
mainVariantArticleIdinteger · int64Required
Responses
chevron-right
200

OK

*/*
get
/erp/product-variants/{mainVariantArticleId}/combinations
200

OK

get
Path parameters
idinteger · int64Required
Responses
chevron-right
200

OK

*/*
get
/erp/product-variants/{id}/attributes
200

OK

Last updated

Was this helpful?