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

Link to this section Summary

Functions

This endpoint allows you to get a list of asset categories. Asset categories are paginated and sorted by root/left.

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

This endpoint allows you to update several asset categories at once.

This endpoint allows you to update several asset categories at once.

This endpoint allows you to update a given asset 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 asset category.

This endpoint allows you to create a new asset category.

Link to this section Functions

This endpoint allows you to get a list of asset categories. Asset categories are paginated and sorted by root/left.

Link to this function

get_asset_categories(opts) View Source

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

Link to this function

patch_asset_categories() View Source

This endpoint allows you to update several asset categories at once.

Link to this function

patch_asset_categories(opts) View Source

This endpoint allows you to update several asset categories at once.

Link to this function

patch_asset_categories(code, opts) View Source

This endpoint allows you to update a given asset 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 asset category.

Link to this function

post_asset_categories(opts) View Source

This endpoint allows you to create a new asset category.