Akeneo API client v0.1.1 AkeneoApi.Endpoint.V1.MediaFiles View Source
Link to this section Summary
Functions
This endpoint allows you to get a list of media files that are used as attribute values in products or product models.
This endpoint allows you to get the information about a given media file that is used as an attribute value of a product or a product model.
This endpoint allows you to download a given media file that is used as an attribute value of a product or a product model.
This endpoint allows you to create a new media file and associate it to an attribute value of a given product or product model.
This endpoint allows you to create a new media file and associate it to an attribute value of a given product or product model.
Link to this section Functions
get_media_files() View Source
This endpoint allows you to get a list of media files that are used as attribute values in products or product models.
get_media_files(opts) View Source
This endpoint allows you to get the information about a given media file that is used as an attribute value of a product or a product model.
get_media_filesdownload(code) View Source
This endpoint allows you to download a given media file that is used as an attribute value of a product or a product model.
post_media_files() View Source
This endpoint allows you to create a new media file and associate it to an attribute value of a given product or product model.
post_media_files(opts) View Source
This endpoint allows you to create a new media file and associate it to an attribute value of a given product or product model.