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

Link to this section Summary

Functions

This endpoint allows you to get a list of assets. Assets are paginated.

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

This endpoint allows you to get the information about a reference file of a given asset.

This endpoint allows you to download a given reference file.

This endpoint allows you to get the information about a variation file of a given asset.

This endpoint allows you to download a given variation file.

This endpoint allows you to update several assets at once.

This endpoint allows you to update several assets at once.

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

This endpoint allows you to create a new asset.

This endpoint allows you to create a new asset.

This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.

This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.

This endpoint allows you to upload a new variation file for a given asset, channel and locale.

This endpoint allows you to upload a new variation file for a given asset, channel and locale.

Link to this section Functions

This endpoint allows you to get a list of assets. Assets are paginated.

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

Link to this function

get_reference_files(asset_code, locale_code) View Source

This endpoint allows you to get the information about a reference file of a given asset.

Link to this function

get_reference_files__channel_codedownload(asset_code, locale_code) View Source

This endpoint allows you to download a given reference file.

Link to this function

get_variation_fileslocale_code(asset_code, channel_code, locale_code) View Source

This endpoint allows you to get the information about a variation file of a given asset.

Link to this function

get_variation_fileslocale_code__download(asset_code, channel_code, locale_code) View Source

This endpoint allows you to download a given variation file.

This endpoint allows you to update several assets at once.

This endpoint allows you to update several assets at once.

Link to this function

patch_assets(code, opts) View Source

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

This endpoint allows you to create a new asset.

This endpoint allows you to create a new asset.

Link to this function

post_reference_files(asset_code, locale_code) View Source

This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.

Link to this function

post_reference_files(asset_code, locale_code, opts) View Source

This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.

Link to this function

post_variation_fileslocale_code_(asset_code, channel_code, locale_code) View Source

This endpoint allows you to upload a new variation file for a given asset, channel and locale.

Link to this function

post_variation_fileslocale_code_(asset_code, channel_code, locale_code, opts) View Source

This endpoint allows you to upload a new variation file for a given asset, channel and locale.