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

Link to this section Summary

Functions

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

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

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

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

This endpoint allows you to create a new attribute group.

This endpoint allows you to create a new attribute group.

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

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

Link to this section Functions

Link to this function

attribute_groups_get(code) View Source

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

Link to this function

attribute_groups_get_list() View Source

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

Link to this function

attribute_groups_get_list(opts) View Source

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

Link to this function

attribute_groups_patch(code, opts) View Source

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

This endpoint allows you to create a new attribute group.

Link to this function

attribute_groups_post(opts) View Source

This endpoint allows you to create a new attribute group.

Link to this function

several_attribute_groups_patch() View Source

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

Link to this function

several_attribute_groups_patch(opts) View Source

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