Akeneo API client v0.1.1 AkeneoApi.Endpoint.V1.Categories View Source
Link to this section Summary
Functions
This endpoint allows you to get a list of categories. Categories are paginated and sorted by root/left
.
This endpoint allows you to get the information about a given category.
This endpoint allows you to update several categories at once.
This endpoint allows you to update several categories at once.
This endpoint allows you to update a given category. Know more about Update behavior. Note that if no category exists for the given code, it creates it.
This endpoint allows you to create a new category.
This endpoint allows you to create a new category.
Link to this section Functions
get_categories() View Source
This endpoint allows you to get a list of categories. Categories are paginated and sorted by root/left
.
get_categories(opts) View Source
This endpoint allows you to get the information about a given category.
patch_categories() View Source
This endpoint allows you to update several categories at once.
patch_categories(opts) View Source
This endpoint allows you to update several categories at once.
patch_categories(code, opts) View Source
This endpoint allows you to update a given category. Know more about Update behavior. Note that if no category exists for the given code, it creates it.
post_categories() View Source
This endpoint allows you to create a new category.
post_categories(opts) View Source
This endpoint allows you to create a new category.