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

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.

Link to this function

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.

Link to this function

get_familiesvariants(family_code, opts) View Source

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.

Link to this function

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.

Link to this function

patch_familiesvariants(family_code) View Source

This endpoint allows you to update and/or create several family variants at once, for a given family.

Link to this function

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.

Link to this function

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.

This endpoint allows you to create a new family.

This endpoint allows you to create a new family.

Link to this function

post_familiesvariants(family_code) View Source

This endpoint allows you to create a family variant.

Link to this function

post_familiesvariants(family_code, opts) View Source

This endpoint allows you to create a family variant.