Akeneo API client v0.1.1 AkeneoApi.Endpoint.V1.Attributes View Source

Link to this section Summary

Functions

This endpoint allows you to get a list of attributes. Attributes are paginated and sorted by code.

This endpoint allows you to get the information about a given attribute.

This endpoint allows you to get a list of attribute options. Attribute options are paginated and sorted by code.

This endpoint allows you to get the information about a given attribute option.

This endpoint allows you to update and/or create several attributes at once.

This endpoint allows you to update and/or create several attributes at once.

This endpoint allows you to update a given attribute. Know more about Update behavior. Note that if no attribute exists for the given code, it creates it.

This endpoint allows you to update several attribute options at once.

This endpoint allows you to update several attribute options at once.

This endpoint allows you to update a given attribute option. Know more about Update behavior. Note that if no attribute option exists for the given code, it creates it.

This endpoint allows you to create a new attribute.

This endpoint allows you to create a new attribute.

This endpoint allows you to create a new attribute option.

This endpoint allows you to create a new attribute option.

Link to this section Functions

This endpoint allows you to get a list of attributes. Attributes are paginated and sorted by code.

This endpoint allows you to get the information about a given attribute.

Link to this function

get_attributesoptions(attribute_code) View Source

This endpoint allows you to get a list of attribute options. Attribute options are paginated and sorted by code.

Link to this function

get_attributesoptions(attribute_code, opts) View Source

This endpoint allows you to get the information about a given attribute option.

This endpoint allows you to update and/or create several attributes at once.

This endpoint allows you to update and/or create several attributes at once.

Link to this function

patch_attributes(code, opts) View Source

This endpoint allows you to update a given attribute. Know more about Update behavior. Note that if no attribute exists for the given code, it creates it.

Link to this function

patch_attributesoptions(attribute_code) View Source

This endpoint allows you to update several attribute options at once.

Link to this function

patch_attributesoptions(attribute_code, opts) View Source

This endpoint allows you to update several attribute options at once.

Link to this function

patch_attributesoptions(attribute_code, code, opts) View Source

This endpoint allows you to update a given attribute option. Know more about Update behavior. Note that if no attribute option exists for the given code, it creates it.

This endpoint allows you to create a new attribute.

This endpoint allows you to create a new attribute.

Link to this function

post_attributesoptions(attribute_code) View Source

This endpoint allows you to create a new attribute option.

Link to this function

post_attributesoptions(attribute_code, opts) View Source

This endpoint allows you to create a new attribute option.