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

Link to this section Summary

Functions

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

This endpoint allows you to get a list of association types. Association types are paginated and sorted by code.

This endpoint allows you to get a list of association types. Association types are paginated and sorted by code.

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

This endpoint allows you to create a new association type.

This endpoint allows you to create a new association type.

This endpoint allows you to update and/or create several association types at once.

This endpoint allows you to update and/or create several association types at once.

Link to this section Functions

Link to this function

association_types_get(code) View Source

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

Link to this function

association_types_get_list() View Source

This endpoint allows you to get a list of association types. Association types are paginated and sorted by code.

Link to this function

association_types_get_list(opts) View Source

This endpoint allows you to get a list of association types. Association types are paginated and sorted by code.

Link to this function

association_types_patch(code, opts) View Source

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

Link to this function

association_types_post() View Source

This endpoint allows you to create a new association type.

Link to this function

association_types_post(opts) View Source

This endpoint allows you to create a new association type.

Link to this function

several_association_types_patch() View Source

This endpoint allows you to update and/or create several association types at once.

Link to this function

several_association_types_patch(opts) View Source

This endpoint allows you to update and/or create several association types at once.