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
get_attributes() View Source
This endpoint allows you to get a list of attributes. Attributes are paginated and sorted by code.
get_attributes(opts) View Source
This endpoint allows you to get the information about a given attribute.
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.
get_attributesoptions(attribute_code, opts) View Source
This endpoint allows you to get the information about a given attribute option.
patch_attributes() View Source
This endpoint allows you to update and/or create several attributes at once.
patch_attributes(opts) View Source
This endpoint allows you to update and/or create several attributes at once.
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.
patch_attributesoptions(attribute_code) View Source
This endpoint allows you to update several attribute options at once.
patch_attributesoptions(attribute_code, opts) View Source
This endpoint allows you to update several attribute options at once.
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.
post_attributes() View Source
This endpoint allows you to create a new attribute.
post_attributes(opts) View Source
This endpoint allows you to create a new attribute.
post_attributesoptions(attribute_code) View Source
This endpoint allows you to create a new attribute option.
post_attributesoptions(attribute_code, opts) View Source
This endpoint allows you to create a new attribute option.