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
get_asset_categories() View Source
This endpoint allows you to get a list of asset categories. Asset categories are paginated and sorted by root/left
.
get_asset_categories(opts) View Source
This endpoint allows you to get the information about a given asset category.
patch_asset_categories() View Source
This endpoint allows you to update several asset categories at once.
patch_asset_categories(opts) View Source
This endpoint allows you to update several asset categories at once.
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.
post_asset_categories() View Source
This endpoint allows you to create a new asset category.
post_asset_categories(opts) View Source
This endpoint allows you to create a new asset category.