Akeneo API client v0.1.1 AkeneoApi.Endpoint.V1.Families View Source
Link to this section Summary
Functions
This endpoint allows you to get a list of families. Families are paginated and sorted by code.
This endpoint allows you to get the information about a given family.
This endpoint allows you to get a list of family variants. Family variants are paginated and sorted by code.
This endpoint allows you to get the information about a given family variant.
This endpoint allows you to update and/or create several families at once.
This endpoint allows you to update and/or create several families at once.
This endpoint allows you to update a given family. Know more about Update behavior. Note that if no family exists for the given code, it creates it.
This endpoint allows you to update and/or create several family variants at once, for a given family.
This endpoint allows you to update and/or create several family variants at once, for a given family.
This endpoint allows you to update a given family variant. Know more about Update behavior. Note that if no family variant exists for the given code, it creates it.
This endpoint allows you to create a new family.
This endpoint allows you to create a new family.
This endpoint allows you to create a family variant.
This endpoint allows you to create a family variant.
Link to this section Functions
get_families() View Source
This endpoint allows you to get a list of families. Families are paginated and sorted by code.
get_families(opts) View Source
This endpoint allows you to get the information about a given family.
get_familiesvariants(family_code) View Source
This endpoint allows you to get a list of family variants. Family variants are paginated and sorted by code.
get_familiesvariants(family_code, opts) View Source
This endpoint allows you to get the information about a given family variant.
patch_families() View Source
This endpoint allows you to update and/or create several families at once.
patch_families(opts) View Source
This endpoint allows you to update and/or create several families at once.
patch_families(code, opts) View Source
This endpoint allows you to update a given family. Know more about Update behavior. Note that if no family exists for the given code, it creates it.
patch_familiesvariants(family_code) View Source
This endpoint allows you to update and/or create several family variants at once, for a given family.
patch_familiesvariants(family_code, opts) View Source
This endpoint allows you to update and/or create several family variants at once, for a given family.
patch_familiesvariants(family_code, code, opts) View Source
This endpoint allows you to update a given family variant. Know more about Update behavior. Note that if no family variant exists for the given code, it creates it.
post_families() View Source
This endpoint allows you to create a new family.
post_families(opts) View Source
This endpoint allows you to create a new family.
post_familiesvariants(family_code) View Source
This endpoint allows you to create a family variant.
post_familiesvariants(family_code, opts) View Source
This endpoint allows you to create a family variant.