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
association_types_get(code) View Source
This endpoint allows you to get the information about a given association type.
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.
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.
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.
association_types_post() View Source
This endpoint allows you to create a new association type.
association_types_post(opts) View Source
This endpoint allows you to create a new association type.
several_association_types_patch() View Source
This endpoint allows you to update and/or create several association types at once.
several_association_types_patch(opts) View Source
This endpoint allows you to update and/or create several association types at once.