Akeneo API client v0.1.1 AkeneoApi.Endpoint.V1.Channels View Source
Link to this section Summary
Functions
This endpoint allows you to update a given channel. Know more about Update behavior. Note that if no channel exists for the given code, it creates it.
This endpoint allows you to create a new channel.
This endpoint allows you to create a new channel.
This endpoint allows you to get a list of channels. Channels are paginated and sorted by code.
This endpoint allows you to get the information about a given channel.
This endpoint allows you to update and/or create several channels at once.
This endpoint allows you to update and/or create several channels at once.
Link to this section Functions
channels_patch(code, opts) View Source
This endpoint allows you to update a given channel. Know more about Update behavior. Note that if no channel exists for the given code, it creates it.
channels_post() View Source
This endpoint allows you to create a new channel.
channels_post(opts) View Source
This endpoint allows you to create a new channel.
get_channels() View Source
This endpoint allows you to get a list of channels. Channels are paginated and sorted by code.
get_channels(opts) View Source
This endpoint allows you to get the information about a given channel.
several_channels_patch() View Source
This endpoint allows you to update and/or create several channels at once.
several_channels_patch(opts) View Source
This endpoint allows you to update and/or create several channels at once.