An open API service indexing awesome lists of open source software.

https://github.com/labd/akeneo-python-sdk

Python SDK for the Akeneo PIM
https://github.com/labd/akeneo-python-sdk

Last synced: 3 months ago
JSON representation

Python SDK for the Akeneo PIM

Awesome Lists containing this project

README

          

# akeneo
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonNextgenClientCodegen

## Requirements.

Python 3.7+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/labd/akeneo-python-sdk.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/labd/akeneo-python-sdk.git`)

Then import the package:
```python
import akeneo
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import akeneo
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
from __future__ import print_function

import time
import akeneo
from akeneo.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://demo.akeneo.com
# See configuration.py for a list of all supported configuration parameters.
configuration = akeneo.Configuration(
host = "http://demo.akeneo.com"
)

# Enter a context with an instance of the API client
with akeneo.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = akeneo.AssetApi(api_client)
asset_family_code = 'asset_family_code_example' # str | Code of the asset family
code = 'code_example' # str | Code of the resource

try:
# Delete an asset
api_instance.delete_assets_code(asset_family_code, code)
except ApiException as e:
print("Exception when calling AssetApi->delete_assets_code: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *http://demo.akeneo.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AssetApi* | [**delete_assets_code**](docs/AssetApi.md#delete_assets_code) | **DELETE** /api/rest/v1/asset-families/{asset_family_code}/assets/{code} | Delete an asset
*AssetApi* | [**get_assets**](docs/AssetApi.md#get_assets) | **GET** /api/rest/v1/asset-families/{asset_family_code}/assets | Get the list of the assets of a given asset family
*AssetApi* | [**get_assets_code**](docs/AssetApi.md#get_assets_code) | **GET** /api/rest/v1/asset-families/{asset_family_code}/assets/{code} | Get an asset of a given asset family
*AssetApi* | [**patch_asset_code**](docs/AssetApi.md#patch_asset_code) | **PATCH** /api/rest/v1/asset-families/{asset_family_code}/assets/{code} | Update/create an asset
*AssetApi* | [**patch_assets**](docs/AssetApi.md#patch_assets) | **PATCH** /api/rest/v1/asset-families/{asset_family_code}/assets | Update/create several assets
*AssetAttributeApi* | [**get_asset_families_code_attributes**](docs/AssetAttributeApi.md#get_asset_families_code_attributes) | **GET** /api/rest/v1/asset-families/{asset_family_code}/attributes | Get the list of attributes of a given asset family
*AssetAttributeApi* | [**get_asset_family_attributes_code**](docs/AssetAttributeApi.md#get_asset_family_attributes_code) | **GET** /api/rest/v1/asset-families/{asset_family_code}/attributes/{code} | Get an attribute of a given asset family
*AssetAttributeApi* | [**patch_asset_family_attributes_code**](docs/AssetAttributeApi.md#patch_asset_family_attributes_code) | **PATCH** /api/rest/v1/asset-families/{asset_family_code}/attributes/{code} | Update/create an attribute of a given asset family
*AssetAttributeOptionApi* | [**get_asset_attributes_attribute_code_options_code**](docs/AssetAttributeOptionApi.md#get_asset_attributes_attribute_code_options_code) | **GET** /api/rest/v1/asset-families/{asset_family_code}/attributes/{attribute_code}/options/{code} | Get an attribute option for a given attribute of a given asset family
*AssetAttributeOptionApi* | [**get_asset_family_attributes_attribute_code_options**](docs/AssetAttributeOptionApi.md#get_asset_family_attributes_attribute_code_options) | **GET** /api/rest/v1/asset-families/{asset_family_code}/attributes/{attribute_code}/options | Get a list of attribute options of a given attribute for a given asset family
*AssetAttributeOptionApi* | [**patch_asset_attributes_attribute_code_options_code**](docs/AssetAttributeOptionApi.md#patch_asset_attributes_attribute_code_options_code) | **PATCH** /api/rest/v1/asset-families/{asset_family_code}/attributes/{attribute_code}/options/{code} | Update/create an asset attribute option for a given asset family
*AssetFamilyApi* | [**get_asset_families**](docs/AssetFamilyApi.md#get_asset_families) | **GET** /api/rest/v1/asset-families | Get list of asset families
*AssetFamilyApi* | [**get_asset_family_code**](docs/AssetFamilyApi.md#get_asset_family_code) | **GET** /api/rest/v1/asset-families/{code} | Get an asset family
*AssetFamilyApi* | [**patch_asset_family_code**](docs/AssetFamilyApi.md#patch_asset_family_code) | **PATCH** /api/rest/v1/asset-families/{code} | Update/create an asset family
*AssetMediaFileApi* | [**get_asset_media_files_code**](docs/AssetMediaFileApi.md#get_asset_media_files_code) | **GET** /api/rest/v1/asset-media-files/{code} | Download the media file associated to an asset
*AssetMediaFileApi* | [**post_asset_media_files**](docs/AssetMediaFileApi.md#post_asset_media_files) | **POST** /api/rest/v1/asset-media-files | Create a new media file for an asset
*AssociationTypeApi* | [**association_types_get**](docs/AssociationTypeApi.md#association_types_get) | **GET** /api/rest/v1/association-types/{code} | Get an association type
*AssociationTypeApi* | [**association_types_get_list**](docs/AssociationTypeApi.md#association_types_get_list) | **GET** /api/rest/v1/association-types | Get a list of association types
*AssociationTypeApi* | [**association_types_patch**](docs/AssociationTypeApi.md#association_types_patch) | **PATCH** /api/rest/v1/association-types/{code} | Update/create an association type
*AssociationTypeApi* | [**association_types_post**](docs/AssociationTypeApi.md#association_types_post) | **POST** /api/rest/v1/association-types | Create a new association type
*AssociationTypeApi* | [**several_association_types_patch**](docs/AssociationTypeApi.md#several_association_types_patch) | **PATCH** /api/rest/v1/association-types | Update/create several association types
*AttributeApi* | [**get_attributes**](docs/AttributeApi.md#get_attributes) | **GET** /api/rest/v1/attributes | Get list of attributes
*AttributeApi* | [**get_attributes_code**](docs/AttributeApi.md#get_attributes_code) | **GET** /api/rest/v1/attributes/{code} | Get an attribute
*AttributeApi* | [**patch_attributes**](docs/AttributeApi.md#patch_attributes) | **PATCH** /api/rest/v1/attributes | Update/create several attributes
*AttributeApi* | [**patch_attributes_code**](docs/AttributeApi.md#patch_attributes_code) | **PATCH** /api/rest/v1/attributes/{code} | Update/create an attribute
*AttributeApi* | [**post_attributes**](docs/AttributeApi.md#post_attributes) | **POST** /api/rest/v1/attributes | Create a new attribute
*AttributeGroupApi* | [**attribute_groups_get**](docs/AttributeGroupApi.md#attribute_groups_get) | **GET** /api/rest/v1/attribute-groups/{code} | Get an attribute group
*AttributeGroupApi* | [**attribute_groups_get_list**](docs/AttributeGroupApi.md#attribute_groups_get_list) | **GET** /api/rest/v1/attribute-groups | Get list of attribute groups
*AttributeGroupApi* | [**attribute_groups_patch**](docs/AttributeGroupApi.md#attribute_groups_patch) | **PATCH** /api/rest/v1/attribute-groups/{code} | Update/create an attribute group
*AttributeGroupApi* | [**attribute_groups_post**](docs/AttributeGroupApi.md#attribute_groups_post) | **POST** /api/rest/v1/attribute-groups | Create a new attribute group
*AttributeGroupApi* | [**several_attribute_groups_patch**](docs/AttributeGroupApi.md#several_attribute_groups_patch) | **PATCH** /api/rest/v1/attribute-groups | Update/create several attribute groups
*AttributeOptionApi* | [**get_attributes_attribute_code_options**](docs/AttributeOptionApi.md#get_attributes_attribute_code_options) | **GET** /api/rest/v1/attributes/{attribute_code}/options | Get list of attribute options
*AttributeOptionApi* | [**get_attributes_attribute_code_options_code**](docs/AttributeOptionApi.md#get_attributes_attribute_code_options_code) | **GET** /api/rest/v1/attributes/{attribute_code}/options/{code} | Get an attribute option
*AttributeOptionApi* | [**patch_attributes_attribute_code_options**](docs/AttributeOptionApi.md#patch_attributes_attribute_code_options) | **PATCH** /api/rest/v1/attributes/{attribute_code}/options | Update/create several attribute options
*AttributeOptionApi* | [**patch_attributes_attribute_code_options_code**](docs/AttributeOptionApi.md#patch_attributes_attribute_code_options_code) | **PATCH** /api/rest/v1/attributes/{attribute_code}/options/{code} | Update/create an attribute option
*AttributeOptionApi* | [**post_attributes_attribute_code_options**](docs/AttributeOptionApi.md#post_attributes_attribute_code_options) | **POST** /api/rest/v1/attributes/{attribute_code}/options | Create a new attribute option
*AuthenticationApi* | [**post_token**](docs/AuthenticationApi.md#post_token) | **POST** /api/oauth/v1/token | Get authentication token
*CatalogProductsApi* | [**get_app_catalog_product_uuids**](docs/CatalogProductsApi.md#get_app_catalog_product_uuids) | **GET** /api/rest/v1/catalogs/{id}/product-uuids | Get the list of product uuids
*CatalogProductsApi* | [**get_app_catalog_products**](docs/CatalogProductsApi.md#get_app_catalog_products) | **GET** /api/rest/v1/catalogs/{id}/products | Get the list of products related to a catalog
*CatalogProductsApi* | [**get_app_catalog_products_uuid**](docs/CatalogProductsApi.md#get_app_catalog_products_uuid) | **GET** /api/rest/v1/catalogs/{id}/products/{uuid} | Get a product related to a catalog
*CatalogsApi* | [**delete_app_catalog**](docs/CatalogsApi.md#delete_app_catalog) | **DELETE** /api/rest/v1/catalogs/{id} | Delete a catalog
*CatalogsApi* | [**get_app_catalog**](docs/CatalogsApi.md#get_app_catalog) | **GET** /api/rest/v1/catalogs/{id} | Get a catalog
*CatalogsApi* | [**get_app_catalogs**](docs/CatalogsApi.md#get_app_catalogs) | **GET** /api/rest/v1/catalogs | Get the list of owned catalogs
*CatalogsApi* | [**patch_app_catalog**](docs/CatalogsApi.md#patch_app_catalog) | **PATCH** /api/rest/v1/catalogs/{id} | Update a catalog
*CatalogsApi* | [**post_app_catalog**](docs/CatalogsApi.md#post_app_catalog) | **POST** /api/rest/v1/catalogs | Create a new catalog
*CategoryApi* | [**get_categories**](docs/CategoryApi.md#get_categories) | **GET** /api/rest/v1/categories | Get list of categories
*CategoryApi* | [**get_categories_code**](docs/CategoryApi.md#get_categories_code) | **GET** /api/rest/v1/categories/{code} | Get a category
*CategoryApi* | [**get_category_media_files_code_download**](docs/CategoryApi.md#get_category_media_files_code_download) | **GET** /api/rest/v1/category-media-files/{code}/download | Download a category media file [COMING SOON]
*CategoryApi* | [**patch_categories**](docs/CategoryApi.md#patch_categories) | **PATCH** /api/rest/v1/categories | Update/create several categories
*CategoryApi* | [**patch_categories_code**](docs/CategoryApi.md#patch_categories_code) | **PATCH** /api/rest/v1/categories/{code} | Update/create a category
*CategoryApi* | [**post_categories**](docs/CategoryApi.md#post_categories) | **POST** /api/rest/v1/categories | Create a new category
*ChannelApi* | [**channels_patch**](docs/ChannelApi.md#channels_patch) | **PATCH** /api/rest/v1/channels/{code} | Update/create a channel
*ChannelApi* | [**channels_post**](docs/ChannelApi.md#channels_post) | **POST** /api/rest/v1/channels | Create a new channel
*ChannelApi* | [**get_channels**](docs/ChannelApi.md#get_channels) | **GET** /api/rest/v1/channels | Get a list of channels
*ChannelApi* | [**get_channels_code**](docs/ChannelApi.md#get_channels_code) | **GET** /api/rest/v1/channels/{code} | Get a channel
*ChannelApi* | [**several_channels_patch**](docs/ChannelApi.md#several_channels_patch) | **PATCH** /api/rest/v1/channels | Update/create several channels
*CurrencyApi* | [**currencies_get**](docs/CurrencyApi.md#currencies_get) | **GET** /api/rest/v1/currencies/{code} | Get a currency
*CurrencyApi* | [**currencies_get_list**](docs/CurrencyApi.md#currencies_get_list) | **GET** /api/rest/v1/currencies | Get a list of currencies
*FamilyApi* | [**get_families**](docs/FamilyApi.md#get_families) | **GET** /api/rest/v1/families | Get list of families
*FamilyApi* | [**get_families_code**](docs/FamilyApi.md#get_families_code) | **GET** /api/rest/v1/families/{code} | Get a family
*FamilyApi* | [**patch_families**](docs/FamilyApi.md#patch_families) | **PATCH** /api/rest/v1/families | Update/create several families
*FamilyApi* | [**patch_families_code**](docs/FamilyApi.md#patch_families_code) | **PATCH** /api/rest/v1/families/{code} | Update/create a family
*FamilyApi* | [**post_families**](docs/FamilyApi.md#post_families) | **POST** /api/rest/v1/families | Create a new family
*FamilyApi* | [**post_families_family_code_variants**](docs/FamilyApi.md#post_families_family_code_variants) | **POST** /api/rest/v1/families/{family_code}/variants | Create a new family variant
*FamilyVariantApi* | [**get_families_family_code_variants**](docs/FamilyVariantApi.md#get_families_family_code_variants) | **GET** /api/rest/v1/families/{family_code}/variants | Get list of family variants
*FamilyVariantApi* | [**get_families_family_code_variants_code**](docs/FamilyVariantApi.md#get_families_family_code_variants_code) | **GET** /api/rest/v1/families/{family_code}/variants/{code} | Get a family variant
*FamilyVariantApi* | [**patch_families_family_code_variants**](docs/FamilyVariantApi.md#patch_families_family_code_variants) | **PATCH** /api/rest/v1/families/{family_code}/variants | Update/create several family variants
*FamilyVariantApi* | [**patch_families_family_code_variants_code**](docs/FamilyVariantApi.md#patch_families_family_code_variants_code) | **PATCH** /api/rest/v1/families/{family_code}/variants/{code} | Update/create a family variant
*LocaleApi* | [**get_locales**](docs/LocaleApi.md#get_locales) | **GET** /api/rest/v1/locales | Get a list of locales
*LocaleApi* | [**get_locales_code**](docs/LocaleApi.md#get_locales_code) | **GET** /api/rest/v1/locales/{code} | Get a locale
*MeasureFamilyApi* | [**measure_families_get**](docs/MeasureFamilyApi.md#measure_families_get) | **GET** /api/rest/v1/measure-families/{code} | Get a measure family
*MeasureFamilyApi* | [**measure_families_get_list**](docs/MeasureFamilyApi.md#measure_families_get_list) | **GET** /api/rest/v1/measure-families | Get list of measure familiy
*MeasurementFamilyApi* | [**measurement_families_get_list**](docs/MeasurementFamilyApi.md#measurement_families_get_list) | **GET** /api/rest/v1/measurement-families | Get list of measurement families
*MeasurementFamilyApi* | [**patch_measurement_families**](docs/MeasurementFamilyApi.md#patch_measurement_families) | **PATCH** /api/rest/v1/measurement-families | Update/create several measurement families
*OverviewApi* | [**get_endpoints**](docs/OverviewApi.md#get_endpoints) | **GET** /api/rest/v1 | Get list of all endpoints
*PAMAssetApi* | [**get_pam_assets**](docs/PAMAssetApi.md#get_pam_assets) | **GET** /api/rest/v1/assets | Get list of PAM assets
*PAMAssetApi* | [**get_pam_assets_code**](docs/PAMAssetApi.md#get_pam_assets_code) | **GET** /api/rest/v1/assets/{code} | Get a PAM asset
*PAMAssetApi* | [**patch_pam_assets**](docs/PAMAssetApi.md#patch_pam_assets) | **PATCH** /api/rest/v1/assets | Update/create several PAM assets
*PAMAssetApi* | [**patch_pam_assets_code**](docs/PAMAssetApi.md#patch_pam_assets_code) | **PATCH** /api/rest/v1/assets/{code} | Update/create a PAM asset
*PAMAssetApi* | [**post_pam_assets**](docs/PAMAssetApi.md#post_pam_assets) | **POST** /api/rest/v1/assets | Create a new PAM asset
*PAMAssetCategoryApi* | [**get_asset_categories**](docs/PAMAssetCategoryApi.md#get_asset_categories) | **GET** /api/rest/v1/asset-categories | Get list of PAM asset categories
*PAMAssetCategoryApi* | [**get_asset_categories_code**](docs/PAMAssetCategoryApi.md#get_asset_categories_code) | **GET** /api/rest/v1/asset-categories/{code} | Get a PAM asset category
*PAMAssetCategoryApi* | [**patch_asset_categories**](docs/PAMAssetCategoryApi.md#patch_asset_categories) | **PATCH** /api/rest/v1/asset-categories | Update/create several PAM asset categories
*PAMAssetCategoryApi* | [**patch_asset_categories_code**](docs/PAMAssetCategoryApi.md#patch_asset_categories_code) | **PATCH** /api/rest/v1/asset-categories/{code} | Update/create a PAM asset category
*PAMAssetCategoryApi* | [**post_asset_categories**](docs/PAMAssetCategoryApi.md#post_asset_categories) | **POST** /api/rest/v1/asset-categories | Create a new PAM asset category
*PAMAssetReferenceFileApi* | [**get_reference_files_channel_code_locale_code_download**](docs/PAMAssetReferenceFileApi.md#get_reference_files_channel_code_locale_code_download) | **GET** /api/rest/v1/assets/{asset_code}/reference-files/{locale_code}/download | Download a reference file
*PAMAssetReferenceFileApi* | [**get_reference_files_locale_code**](docs/PAMAssetReferenceFileApi.md#get_reference_files_locale_code) | **GET** /api/rest/v1/assets/{asset_code}/reference-files/{locale_code} | Get a reference file
*PAMAssetReferenceFileApi* | [**post_reference_files_locale_code**](docs/PAMAssetReferenceFileApi.md#post_reference_files_locale_code) | **POST** /api/rest/v1/assets/{asset_code}/reference-files/{locale_code} | Upload a new reference file
*PAMAssetTagApi* | [**get_asset_tags**](docs/PAMAssetTagApi.md#get_asset_tags) | **GET** /api/rest/v1/asset-tags | Get list of PAM asset tags
*PAMAssetTagApi* | [**get_asset_tags_code**](docs/PAMAssetTagApi.md#get_asset_tags_code) | **GET** /api/rest/v1/asset-tags/{code} | Get a PAM asset tag
*PAMAssetTagApi* | [**patch_asset_tags_code**](docs/PAMAssetTagApi.md#patch_asset_tags_code) | **PATCH** /api/rest/v1/asset-tags/{code} | Update/create a PAM asset tag
*PAMAssetVariationFileApi* | [**get_variation_files_channel_code_locale_code**](docs/PAMAssetVariationFileApi.md#get_variation_files_channel_code_locale_code) | **GET** /api/rest/v1/assets/{asset_code}/variation-files/{channel_code}/{locale_code} | Get a variation file
*PAMAssetVariationFileApi* | [**get_variation_files_channel_code_locale_code_download**](docs/PAMAssetVariationFileApi.md#get_variation_files_channel_code_locale_code_download) | **GET** /api/rest/v1/assets/{asset_code}/variation-files/{channel_code}/{locale_code}/download | Download a variation file
*PAMAssetVariationFileApi* | [**post_variation_files_channel_code_locale_code**](docs/PAMAssetVariationFileApi.md#post_variation_files_channel_code_locale_code) | **POST** /api/rest/v1/assets/{asset_code}/variation-files/{channel_code}/{locale_code} | Upload a new variation file
*ProductIdentifierApi* | [**delete_products_code**](docs/ProductIdentifierApi.md#delete_products_code) | **DELETE** /api/rest/v1/products/{code} | Delete a product
*ProductIdentifierApi* | [**get_draft_code**](docs/ProductIdentifierApi.md#get_draft_code) | **GET** /api/rest/v1/products/{code}/draft | Get a draft
*ProductIdentifierApi* | [**get_products**](docs/ProductIdentifierApi.md#get_products) | **GET** /api/rest/v1/products | Get list of products
*ProductIdentifierApi* | [**get_products_code**](docs/ProductIdentifierApi.md#get_products_code) | **GET** /api/rest/v1/products/{code} | Get a product
*ProductIdentifierApi* | [**patch_products**](docs/ProductIdentifierApi.md#patch_products) | **PATCH** /api/rest/v1/products | Update/create several products
*ProductIdentifierApi* | [**patch_products_code**](docs/ProductIdentifierApi.md#patch_products_code) | **PATCH** /api/rest/v1/products/{code} | Update/create a product
*ProductIdentifierApi* | [**post_products**](docs/ProductIdentifierApi.md#post_products) | **POST** /api/rest/v1/products | Create a new product
*ProductIdentifierApi* | [**post_proposal**](docs/ProductIdentifierApi.md#post_proposal) | **POST** /api/rest/v1/products/{code}/proposal | Submit a draft for approval
*ProductUuidApi* | [**delete_products_uuid_uuid**](docs/ProductUuidApi.md#delete_products_uuid_uuid) | **DELETE** /api/rest/v1/products-uuid/{uuid} | Delete a product
*ProductUuidApi* | [**get_draft_uuid_uuid**](docs/ProductUuidApi.md#get_draft_uuid_uuid) | **GET** /api/rest/v1/products-uuid/{uuid}/draft | Get a draft
*ProductUuidApi* | [**get_products_uuid**](docs/ProductUuidApi.md#get_products_uuid) | **GET** /api/rest/v1/products-uuid | Get list of products
*ProductUuidApi* | [**get_products_uuid_uuid**](docs/ProductUuidApi.md#get_products_uuid_uuid) | **GET** /api/rest/v1/products-uuid/{uuid} | Get a product
*ProductUuidApi* | [**patch_products_uuid**](docs/ProductUuidApi.md#patch_products_uuid) | **PATCH** /api/rest/v1/products-uuid | Update/create several products
*ProductUuidApi* | [**patch_products_uuid_uuid**](docs/ProductUuidApi.md#patch_products_uuid_uuid) | **PATCH** /api/rest/v1/products-uuid/{uuid} | Update/create a product
*ProductUuidApi* | [**post_products_uuid**](docs/ProductUuidApi.md#post_products_uuid) | **POST** /api/rest/v1/products-uuid | Create a new product
*ProductUuidApi* | [**post_proposal_uuid**](docs/ProductUuidApi.md#post_proposal_uuid) | **POST** /api/rest/v1/products-uuid/{uuid}/proposal | Submit a draft for approval
*ProductMediaFileApi* | [**get_media_files**](docs/ProductMediaFileApi.md#get_media_files) | **GET** /api/rest/v1/media-files | Get a list of product media files
*ProductMediaFileApi* | [**get_media_files_code**](docs/ProductMediaFileApi.md#get_media_files_code) | **GET** /api/rest/v1/media-files/{code} | Get a product media file
*ProductMediaFileApi* | [**get_media_files_code_download**](docs/ProductMediaFileApi.md#get_media_files_code_download) | **GET** /api/rest/v1/media-files/{code}/download | Download a product media file
*ProductMediaFileApi* | [**post_media_files**](docs/ProductMediaFileApi.md#post_media_files) | **POST** /api/rest/v1/media-files | Create a new product media file
*ProductModelApi* | [**delete_product_models_code**](docs/ProductModelApi.md#delete_product_models_code) | **DELETE** /api/rest/v1/product-models/{code} | Delete a product model
*ProductModelApi* | [**get_product_model_draft_code**](docs/ProductModelApi.md#get_product_model_draft_code) | **GET** /api/rest/v1/product-models/{code}/draft | Get a draft
*ProductModelApi* | [**get_product_models**](docs/ProductModelApi.md#get_product_models) | **GET** /api/rest/v1/product-models | Get list of product models
*ProductModelApi* | [**get_product_models_code**](docs/ProductModelApi.md#get_product_models_code) | **GET** /api/rest/v1/product-models/{code} | Get a product model
*ProductModelApi* | [**patch_product_models**](docs/ProductModelApi.md#patch_product_models) | **PATCH** /api/rest/v1/product-models | Update/create several product models
*ProductModelApi* | [**patch_product_models_code**](docs/ProductModelApi.md#patch_product_models_code) | **PATCH** /api/rest/v1/product-models/{code} | Update/create a product model
*ProductModelApi* | [**post_product_model_proposal**](docs/ProductModelApi.md#post_product_model_proposal) | **POST** /api/rest/v1/product-models/{code}/proposal | Submit a draft for approval
*ProductModelApi* | [**post_product_models**](docs/ProductModelApi.md#post_product_models) | **POST** /api/rest/v1/product-models | Create a new product model
*PublishedProductApi* | [**get_published_products**](docs/PublishedProductApi.md#get_published_products) | **GET** /api/rest/v1/published-products | Get list of published products
*PublishedProductApi* | [**get_published_products_code**](docs/PublishedProductApi.md#get_published_products_code) | **GET** /api/rest/v1/published-products/{code} | Get a published product
*ReferenceEntityApi* | [**get_reference_entities**](docs/ReferenceEntityApi.md#get_reference_entities) | **GET** /api/rest/v1/reference-entities | Get list of reference entities
*ReferenceEntityApi* | [**get_reference_entities_code**](docs/ReferenceEntityApi.md#get_reference_entities_code) | **GET** /api/rest/v1/reference-entities/{code} | Get a reference entity
*ReferenceEntityApi* | [**patch_reference_entity_code**](docs/ReferenceEntityApi.md#patch_reference_entity_code) | **PATCH** /api/rest/v1/reference-entities/{code} | Update/create a reference entity
*ReferenceEntityAttributeApi* | [**get_reference_entities_code_attributes**](docs/ReferenceEntityAttributeApi.md#get_reference_entities_code_attributes) | **GET** /api/rest/v1/reference-entities/{reference_entity_code}/attributes | Get the list of attributes of a given reference entity
*ReferenceEntityAttributeApi* | [**get_reference_entity_attributes_code**](docs/ReferenceEntityAttributeApi.md#get_reference_entity_attributes_code) | **GET** /api/rest/v1/reference-entities/{reference_entity_code}/attributes/{code} | Get an attribute of a given reference entity
*ReferenceEntityAttributeApi* | [**patch_reference_entity_attributes_code**](docs/ReferenceEntityAttributeApi.md#patch_reference_entity_attributes_code) | **PATCH** /api/rest/v1/reference-entities/{reference_entity_code}/attributes/{code} | Update/create an attribute of a given reference entity
*ReferenceEntityAttributeOptionApi* | [**get_reference_entity_attributes_attribute_code_options**](docs/ReferenceEntityAttributeOptionApi.md#get_reference_entity_attributes_attribute_code_options) | **GET** /api/rest/v1/reference-entities/{reference_entity_code}/attributes/{attribute_code}/options | Get a list of attribute options of a given attribute for a given reference entity
*ReferenceEntityAttributeOptionApi* | [**get_reference_entity_attributes_attribute_code_options_code**](docs/ReferenceEntityAttributeOptionApi.md#get_reference_entity_attributes_attribute_code_options_code) | **GET** /api/rest/v1/reference-entities/{reference_entity_code}/attributes/{attribute_code}/options/{code} | Get an attribute option for a given attribute of a given reference entity
*ReferenceEntityAttributeOptionApi* | [**patch_reference_entity_attributes_attribute_code_options_code**](docs/ReferenceEntityAttributeOptionApi.md#patch_reference_entity_attributes_attribute_code_options_code) | **PATCH** /api/rest/v1/reference-entities/{reference_entity_code}/attributes/{attribute_code}/options/{code} | Update/create a reference entity attribute option
*ReferenceEntityMediaFileApi* | [**get_reference_entity_media_files_code**](docs/ReferenceEntityMediaFileApi.md#get_reference_entity_media_files_code) | **GET** /api/rest/v1/reference-entities-media-files/{code} | Download the media file associated to a reference entity or a record
*ReferenceEntityMediaFileApi* | [**post_reference_entity_media_files**](docs/ReferenceEntityMediaFileApi.md#post_reference_entity_media_files) | **POST** /api/rest/v1/reference-entities-media-files | Create a new media file for a reference entity or a record
*ReferenceEntityRecordApi* | [**get_reference_entity_records**](docs/ReferenceEntityRecordApi.md#get_reference_entity_records) | **GET** /api/rest/v1/reference-entities/{reference_entity_code}/records | Get the list of the records of a reference entity
*ReferenceEntityRecordApi* | [**get_reference_entity_records_code**](docs/ReferenceEntityRecordApi.md#get_reference_entity_records_code) | **GET** /api/rest/v1/reference-entities/{reference_entity_code}/records/{code} | Get a record of a given reference entity
*ReferenceEntityRecordApi* | [**patch_reference_entity_records**](docs/ReferenceEntityRecordApi.md#patch_reference_entity_records) | **PATCH** /api/rest/v1/reference-entities/{reference_entity_code}/records | Update/create several reference entity records
*ReferenceEntityRecordApi* | [**patch_reference_entity_records_code**](docs/ReferenceEntityRecordApi.md#patch_reference_entity_records_code) | **PATCH** /api/rest/v1/reference-entities/{reference_entity_code}/records/{code} | Update/create a record of a given reference entity
*SystemApi* | [**get_system_information**](docs/SystemApi.md#get_system_information) | **GET** /api/rest/v1/system-information | Get system information

## Documentation For Models

- [AppCatalogList](docs/AppCatalogList.md)
- [AppCatalogListAllOf](docs/AppCatalogListAllOf.md)
- [Asset](docs/Asset.md)
- [AssetEmbedded](docs/AssetEmbedded.md)
- [AssetEmbeddedItemsInner](docs/AssetEmbeddedItemsInner.md)
- [AssetEmbeddedItemsInnerAllOf](docs/AssetEmbeddedItemsInnerAllOf.md)
- [AssetEmbeddedItemsInnerAllOfValuesValueInner](docs/AssetEmbeddedItemsInnerAllOfValuesValueInner.md)
- [AssetFamilies](docs/AssetFamilies.md)
- [AssetFamiliesEmbedded](docs/AssetFamiliesEmbedded.md)
- [AssetFamiliesEmbeddedItemsInner](docs/AssetFamiliesEmbeddedItemsInner.md)
- [AssetFamiliesEmbeddedItemsInnerAllOf](docs/AssetFamiliesEmbeddedItemsInnerAllOf.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfLabels](docs/AssetFamiliesEmbeddedItemsInnerAllOfLabels.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfNamingConvention](docs/AssetFamiliesEmbeddedItemsInnerAllOfNamingConvention.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfProductLinkRulesInner](docs/AssetFamiliesEmbeddedItemsInnerAllOfProductLinkRulesInner.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfProductLinkRulesInnerAssignAssetsToInner](docs/AssetFamiliesEmbeddedItemsInnerAllOfProductLinkRulesInnerAssignAssetsToInner.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfProductLinkRulesInnerProductSelectionsInner](docs/AssetFamiliesEmbeddedItemsInnerAllOfProductLinkRulesInnerProductSelectionsInner.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInner](docs/AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInner.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerOperations](docs/AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerOperations.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerOperationsParameters](docs/AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerOperationsParameters.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerSource](docs/AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerSource.md)
- [AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerTarget](docs/AssetFamiliesEmbeddedItemsInnerAllOfTransformationsInnerTarget.md)
- [AssetFamilyItemList](docs/AssetFamilyItemList.md)
- [AssetFamilyList](docs/AssetFamilyList.md)
- [AssetFamilyListAllOf](docs/AssetFamilyListAllOf.md)
- [AssetFamilyListAllOfAssignAssetsTo](docs/AssetFamilyListAllOfAssignAssetsTo.md)
- [AssetFamilyListAllOfLabels](docs/AssetFamilyListAllOfLabels.md)
- [AssetFamilyListAllOfNamingConvention](docs/AssetFamilyListAllOfNamingConvention.md)
- [AssetFamilyListAllOfOperations](docs/AssetFamilyListAllOfOperations.md)
- [AssetFamilyListAllOfOperationsParameters](docs/AssetFamilyListAllOfOperationsParameters.md)
- [AssetFamilyListAllOfProductLinkRules](docs/AssetFamilyListAllOfProductLinkRules.md)
- [AssetFamilyListAllOfProductSelections](docs/AssetFamilyListAllOfProductSelections.md)
- [AssetFamilyListAllOfSource](docs/AssetFamilyListAllOfSource.md)
- [AssetFamilyListAllOfTarget](docs/AssetFamilyListAllOfTarget.md)
- [AssetFamilyListAllOfTransformations](docs/AssetFamilyListAllOfTransformations.md)
- [AssetItemList](docs/AssetItemList.md)
- [AssetList](docs/AssetList.md)
- [AssetListAllOf](docs/AssetListAllOf.md)
- [AssociationType](docs/AssociationType.md)
- [AssociationTypeList](docs/AssociationTypeList.md)
- [AssociationTypeListAllOf](docs/AssociationTypeListAllOf.md)
- [AssociationTypeListAllOfLabels](docs/AssociationTypeListAllOfLabels.md)
- [AssociationTypes](docs/AssociationTypes.md)
- [AssociationTypesEmbedded](docs/AssociationTypesEmbedded.md)
- [AssociationTypesEmbeddedItemsInner](docs/AssociationTypesEmbeddedItemsInner.md)
- [AssociationTypesEmbeddedItemsInnerAllOf](docs/AssociationTypesEmbeddedItemsInnerAllOf.md)
- [AssociationTypesEmbeddedItemsInnerAllOfLabels](docs/AssociationTypesEmbeddedItemsInnerAllOfLabels.md)
- [Attribute](docs/Attribute.md)
- [AttributeGroup](docs/AttributeGroup.md)
- [AttributeGroupList](docs/AttributeGroupList.md)
- [AttributeGroupListAllOf](docs/AttributeGroupListAllOf.md)
- [AttributeGroupListAllOfLabels](docs/AttributeGroupListAllOfLabels.md)
- [AttributeGroups](docs/AttributeGroups.md)
- [AttributeGroupsEmbedded](docs/AttributeGroupsEmbedded.md)
- [AttributeGroupsEmbeddedItemsInner](docs/AttributeGroupsEmbeddedItemsInner.md)
- [AttributeGroupsEmbeddedItemsInnerAllOf](docs/AttributeGroupsEmbeddedItemsInnerAllOf.md)
- [AttributeGroupsEmbeddedItemsInnerAllOfLabels](docs/AttributeGroupsEmbeddedItemsInnerAllOfLabels.md)
- [AttributeList](docs/AttributeList.md)
- [AttributeListAllOf](docs/AttributeListAllOf.md)
- [AttributeListAllOfGroupLabels](docs/AttributeListAllOfGroupLabels.md)
- [AttributeListAllOfLabels](docs/AttributeListAllOfLabels.md)
- [AttributeListAllOfLabels1](docs/AttributeListAllOfLabels1.md)
- [AttributeListAllOfTableConfiguration](docs/AttributeListAllOfTableConfiguration.md)
- [AttributeListAllOfValidations](docs/AttributeListAllOfValidations.md)
- [AttributeOption](docs/AttributeOption.md)
- [AttributeOptionList](docs/AttributeOptionList.md)
- [AttributeOptionListAllOf](docs/AttributeOptionListAllOf.md)
- [AttributeOptionListAllOfLabels](docs/AttributeOptionListAllOfLabels.md)
- [AttributeOptions](docs/AttributeOptions.md)
- [AttributeOptionsEmbedded](docs/AttributeOptionsEmbedded.md)
- [AttributeOptionsEmbeddedItemsInner](docs/AttributeOptionsEmbeddedItemsInner.md)
- [AttributeOptionsEmbeddedItemsInnerAllOf](docs/AttributeOptionsEmbeddedItemsInnerAllOf.md)
- [AttributeOptionsEmbeddedItemsInnerAllOfLabels](docs/AttributeOptionsEmbeddedItemsInnerAllOfLabels.md)
- [Attributes](docs/Attributes.md)
- [AttributesEmbedded](docs/AttributesEmbedded.md)
- [AttributesEmbeddedItemsInner](docs/AttributesEmbeddedItemsInner.md)
- [AttributesEmbeddedItemsInnerAllOf](docs/AttributesEmbeddedItemsInnerAllOf.md)
- [AttributesEmbeddedItemsInnerAllOfGroupLabels](docs/AttributesEmbeddedItemsInnerAllOfGroupLabels.md)
- [AttributesEmbeddedItemsInnerAllOfLabels](docs/AttributesEmbeddedItemsInnerAllOfLabels.md)
- [AttributesEmbeddedItemsInnerAllOfTableConfigurationInner](docs/AttributesEmbeddedItemsInnerAllOfTableConfigurationInner.md)
- [AttributesEmbeddedItemsInnerAllOfTableConfigurationInnerLabels](docs/AttributesEmbeddedItemsInnerAllOfTableConfigurationInnerLabels.md)
- [AttributesEmbeddedItemsInnerAllOfTableConfigurationInnerValidations](docs/AttributesEmbeddedItemsInnerAllOfTableConfigurationInnerValidations.md)
- [Catalogs](docs/Catalogs.md)
- [CatalogsEmbedded](docs/CatalogsEmbedded.md)
- [CatalogsEmbeddedItemsInner](docs/CatalogsEmbeddedItemsInner.md)
- [CatalogsEmbeddedItemsInnerAllOf](docs/CatalogsEmbeddedItemsInnerAllOf.md)
- [Categories](docs/Categories.md)
- [CategoriesEmbedded](docs/CategoriesEmbedded.md)
- [CategoriesEmbeddedItemsInner](docs/CategoriesEmbeddedItemsInner.md)
- [CategoriesEmbeddedItemsInnerAllOf](docs/CategoriesEmbeddedItemsInnerAllOf.md)
- [CategoriesEmbeddedItemsInnerAllOfLabels](docs/CategoriesEmbeddedItemsInnerAllOfLabels.md)
- [CategoriesEmbeddedItemsInnerAllOfValues](docs/CategoriesEmbeddedItemsInnerAllOfValues.md)
- [CategoriesEmbeddedItemsInnerAllOfValuesAdditionalPropertiesAttributeUuidChannelCodeLocaleCodeInner](docs/CategoriesEmbeddedItemsInnerAllOfValuesAdditionalPropertiesAttributeUuidChannelCodeLocaleCodeInner.md)
- [Category](docs/Category.md)
- [CategoryList](docs/CategoryList.md)
- [CategoryListAllOf](docs/CategoryListAllOf.md)
- [CategoryListAllOfLabels](docs/CategoryListAllOfLabels.md)
- [CategoryListAllOfValues](docs/CategoryListAllOfValues.md)
- [CategoryListAllOfValuesAdditionalPropertiesAttributeUuidChannelCodeLocaleCode](docs/CategoryListAllOfValuesAdditionalPropertiesAttributeUuidChannelCodeLocaleCode.md)
- [Channel](docs/Channel.md)
- [ChannelList](docs/ChannelList.md)
- [ChannelListAllOf](docs/ChannelListAllOf.md)
- [ChannelListAllOfConversionUnits](docs/ChannelListAllOfConversionUnits.md)
- [ChannelListAllOfLabels](docs/ChannelListAllOfLabels.md)
- [Channels](docs/Channels.md)
- [ChannelsEmbedded](docs/ChannelsEmbedded.md)
- [ChannelsEmbeddedItemsInner](docs/ChannelsEmbeddedItemsInner.md)
- [ChannelsEmbeddedItemsInnerAllOf](docs/ChannelsEmbeddedItemsInnerAllOf.md)
- [ChannelsEmbeddedItemsInnerAllOfConversionUnits](docs/ChannelsEmbeddedItemsInnerAllOfConversionUnits.md)
- [ChannelsEmbeddedItemsInnerAllOfLabels](docs/ChannelsEmbeddedItemsInnerAllOfLabels.md)
- [Currencies](docs/Currencies.md)
- [CurrenciesEmbedded](docs/CurrenciesEmbedded.md)
- [CurrenciesEmbeddedItemsInner](docs/CurrenciesEmbeddedItemsInner.md)
- [CurrenciesEmbeddedItemsInnerAllOf](docs/CurrenciesEmbeddedItemsInnerAllOf.md)
- [Currency](docs/Currency.md)
- [CurrencyList](docs/CurrencyList.md)
- [CurrencyListAllOf](docs/CurrencyListAllOf.md)
- [DeprecatedAsset](docs/DeprecatedAsset.md)
- [DeprecatedAssetCategory](docs/DeprecatedAssetCategory.md)
- [DeprecatedAssetCategoryList](docs/DeprecatedAssetCategoryList.md)
- [DeprecatedAssetCategoryListAllOf](docs/DeprecatedAssetCategoryListAllOf.md)
- [DeprecatedAssetCategoryListAllOfLabels](docs/DeprecatedAssetCategoryListAllOfLabels.md)
- [DeprecatedAssetList](docs/DeprecatedAssetList.md)
- [DeprecatedAssetListAllOf](docs/DeprecatedAssetListAllOf.md)
- [DeprecatedAssetListAllOfLink](docs/DeprecatedAssetListAllOfLink.md)
- [DeprecatedAssetListAllOfLink1](docs/DeprecatedAssetListAllOfLink1.md)
- [DeprecatedAssetListAllOfLink1Download](docs/DeprecatedAssetListAllOfLink1Download.md)
- [DeprecatedAssetListAllOfLink1Self](docs/DeprecatedAssetListAllOfLink1Self.md)
- [DeprecatedAssetListAllOfLinkDownload](docs/DeprecatedAssetListAllOfLinkDownload.md)
- [DeprecatedAssetListAllOfLinkSelf](docs/DeprecatedAssetListAllOfLinkSelf.md)
- [DeprecatedAssetListAllOfReferenceFiles](docs/DeprecatedAssetListAllOfReferenceFiles.md)
- [DeprecatedAssetListAllOfVariationFiles](docs/DeprecatedAssetListAllOfVariationFiles.md)
- [DeprecatedAssetReferenceFile](docs/DeprecatedAssetReferenceFile.md)
- [DeprecatedAssetReferenceFileUploadWarning](docs/DeprecatedAssetReferenceFileUploadWarning.md)
- [DeprecatedAssetTag](docs/DeprecatedAssetTag.md)
- [DeprecatedAssetTagList](docs/DeprecatedAssetTagList.md)
- [DeprecatedAssetTagListAllOf](docs/DeprecatedAssetTagListAllOf.md)
- [DeprecatedAssetVariationFile](docs/DeprecatedAssetVariationFile.md)
- [Error](docs/Error.md)
- [ErrorByLine](docs/ErrorByLine.md)
- [ErrorByLineProductUuid](docs/ErrorByLineProductUuid.md)
- [Families](docs/Families.md)
- [FamiliesEmbedded](docs/FamiliesEmbedded.md)
- [FamiliesEmbeddedItemsInner](docs/FamiliesEmbeddedItemsInner.md)
- [FamiliesEmbeddedItemsInnerAllOf](docs/FamiliesEmbeddedItemsInnerAllOf.md)
- [FamiliesEmbeddedItemsInnerAllOfAttributeRequirements](docs/FamiliesEmbeddedItemsInnerAllOfAttributeRequirements.md)
- [FamiliesEmbeddedItemsInnerAllOfLabels](docs/FamiliesEmbeddedItemsInnerAllOfLabels.md)
- [Family](docs/Family.md)
- [FamilyList](docs/FamilyList.md)
- [FamilyListAllOf](docs/FamilyListAllOf.md)
- [FamilyListAllOfAttributeRequirements](docs/FamilyListAllOfAttributeRequirements.md)
- [FamilyListAllOfLabels](docs/FamilyListAllOfLabels.md)
- [FamilyVariant](docs/FamilyVariant.md)
- [FamilyVariantList](docs/FamilyVariantList.md)
- [FamilyVariantListAllOf](docs/FamilyVariantListAllOf.md)
- [FamilyVariantListAllOfLabels](docs/FamilyVariantListAllOfLabels.md)
- [FamilyVariantListAllOfVariantAttributeSets](docs/FamilyVariantListAllOfVariantAttributeSets.md)
- [FamilyVariants](docs/FamilyVariants.md)
- [FamilyVariantsEmbedded](docs/FamilyVariantsEmbedded.md)
- [FamilyVariantsEmbeddedItemsInner](docs/FamilyVariantsEmbeddedItemsInner.md)
- [FamilyVariantsEmbeddedItemsInnerAllOf](docs/FamilyVariantsEmbeddedItemsInnerAllOf.md)
- [FamilyVariantsEmbeddedItemsInnerAllOfLabels](docs/FamilyVariantsEmbeddedItemsInnerAllOfLabels.md)
- [FamilyVariantsEmbeddedItemsInnerAllOfVariantAttributeSetsInner](docs/FamilyVariantsEmbeddedItemsInnerAllOfVariantAttributeSetsInner.md)
- [GetAssetFamiliesCodeAttributes200ResponseInner](docs/GetAssetFamiliesCodeAttributes200ResponseInner.md)
- [GetAssetFamilyAttributesAttributeCodeOptions200ResponseInner](docs/GetAssetFamilyAttributesAttributeCodeOptions200ResponseInner.md)
- [GetEndpoints200Response](docs/GetEndpoints200Response.md)
- [GetMediaFilesCode200Response](docs/GetMediaFilesCode200Response.md)
- [GetMediaFilesCode200ResponseLinks](docs/GetMediaFilesCode200ResponseLinks.md)
- [GetProducts401Response](docs/GetProducts401Response.md)
- [GetReferenceEntitiesCode200Response](docs/GetReferenceEntitiesCode200Response.md)
- [GetReferenceEntitiesCode200ResponseLinks](docs/GetReferenceEntitiesCode200ResponseLinks.md)
- [GetReferenceEntitiesCodeAttributes200ResponseInner](docs/GetReferenceEntitiesCodeAttributes200ResponseInner.md)
- [GetReferenceEntityAttributesAttributeCodeOptions200ResponseInner](docs/GetReferenceEntityAttributesAttributeCodeOptions200ResponseInner.md)
- [GetReferenceEntityAttributesCode200Response](docs/GetReferenceEntityAttributesCode200Response.md)
- [GetReferenceFilesLocaleCode200Response](docs/GetReferenceFilesLocaleCode200Response.md)
- [GetReferenceFilesLocaleCode200ResponseLink](docs/GetReferenceFilesLocaleCode200ResponseLink.md)
- [GetSystemInformation200Response](docs/GetSystemInformation200Response.md)
- [GetVariationFilesChannelCodeLocaleCode200Response](docs/GetVariationFilesChannelCodeLocaleCode200Response.md)
- [GetVariationFilesChannelCodeLocaleCode200ResponseLink](docs/GetVariationFilesChannelCodeLocaleCode200ResponseLink.md)
- [ItemList](docs/ItemList.md)
- [Locale](docs/Locale.md)
- [LocaleList](docs/LocaleList.md)
- [LocaleListAllOf](docs/LocaleListAllOf.md)
- [Locales](docs/Locales.md)
- [LocalesEmbedded](docs/LocalesEmbedded.md)
- [LocalesEmbeddedItemsInner](docs/LocalesEmbeddedItemsInner.md)
- [LocalesEmbeddedItemsInnerAllOf](docs/LocalesEmbeddedItemsInnerAllOf.md)
- [MeasureFamilies](docs/MeasureFamilies.md)
- [MeasureFamiliesEmbedded](docs/MeasureFamiliesEmbedded.md)
- [MeasureFamiliesEmbeddedItemsInner](docs/MeasureFamiliesEmbeddedItemsInner.md)
- [MeasureFamiliesEmbeddedItemsInnerAllOf](docs/MeasureFamiliesEmbeddedItemsInnerAllOf.md)
- [MeasureFamiliesEmbeddedItemsInnerAllOfUnitsInner](docs/MeasureFamiliesEmbeddedItemsInnerAllOfUnitsInner.md)
- [MeasureFamily](docs/MeasureFamily.md)
- [MeasureFamilyList](docs/MeasureFamilyList.md)
- [MeasureFamilyListAllOf](docs/MeasureFamilyListAllOf.md)
- [MeasureFamilyListAllOfUnits](docs/MeasureFamilyListAllOfUnits.md)
- [MeasurementFamiliesGetList200Response](docs/MeasurementFamiliesGetList200Response.md)
- [MeasurementFamiliesGetList200ResponseLabels](docs/MeasurementFamiliesGetList200ResponseLabels.md)
- [MeasurementFamiliesGetList200ResponseUnits](docs/MeasurementFamiliesGetList200ResponseUnits.md)
- [MeasurementFamiliesGetList200ResponseUnitsUnitCode](docs/MeasurementFamiliesGetList200ResponseUnitsUnitCode.md)
- [MeasurementFamiliesGetList200ResponseUnitsUnitCodeConvertFromStandardInner](docs/MeasurementFamiliesGetList200ResponseUnitsUnitCodeConvertFromStandardInner.md)
- [MeasurementFamiliesGetList200ResponseUnitsUnitCodeLabels](docs/MeasurementFamiliesGetList200ResponseUnitsUnitCodeLabels.md)
- [MeasurementFamily](docs/MeasurementFamily.md)
- [MeasurementFamilyList](docs/MeasurementFamilyList.md)
- [MediaFile](docs/MediaFile.md)
- [MediaFileAllOf](docs/MediaFileAllOf.md)
- [MediaFileAllOf1](docs/MediaFileAllOf1.md)
- [MediaFileAllOfLinks](docs/MediaFileAllOfLinks.md)
- [MediaFileAllOfLinksDownload](docs/MediaFileAllOfLinksDownload.md)
- [MediaFileItemList](docs/MediaFileItemList.md)
- [MediaFileList](docs/MediaFileList.md)
- [MediaFileListAllOf](docs/MediaFileListAllOf.md)
- [MediaFileListAllOfLinks](docs/MediaFileListAllOfLinks.md)
- [MediaFileListAllOfLinksSelf](docs/MediaFileListAllOfLinksSelf.md)
- [MediaFiles](docs/MediaFiles.md)
- [MediaFilesEmbedded](docs/MediaFilesEmbedded.md)
- [MediaFilesEmbeddedItemsInner](docs/MediaFilesEmbeddedItemsInner.md)
- [MediaFilesEmbeddedItemsInnerAllOf](docs/MediaFilesEmbeddedItemsInnerAllOf.md)
- [MediaFilesEmbeddedItemsInnerAllOf1](docs/MediaFilesEmbeddedItemsInnerAllOf1.md)
- [MediaFilesEmbeddedItemsInnerAllOfLinks](docs/MediaFilesEmbeddedItemsInnerAllOfLinks.md)
- [MediaFilesEmbeddedItemsInnerAllOfLinksDownload](docs/MediaFilesEmbeddedItemsInnerAllOfLinksDownload.md)
- [MediaFilesEmbeddedItemsInnerAllOfLinksSelf](docs/MediaFilesEmbeddedItemsInnerAllOfLinksSelf.md)
- [PAMAssetCategories](docs/PAMAssetCategories.md)
- [PAMAssetCategoriesEmbedded](docs/PAMAssetCategoriesEmbedded.md)
- [PAMAssetCategoriesEmbeddedItemsInner](docs/PAMAssetCategoriesEmbeddedItemsInner.md)
- [PAMAssetCategoriesEmbeddedItemsInnerAllOf](docs/PAMAssetCategoriesEmbeddedItemsInnerAllOf.md)
- [PAMAssetCategoriesEmbeddedItemsInnerAllOfLabels](docs/PAMAssetCategoriesEmbeddedItemsInnerAllOfLabels.md)
- [PAMAssetTags](docs/PAMAssetTags.md)
- [PAMAssetTagsEmbedded](docs/PAMAssetTagsEmbedded.md)
- [PAMAssetTagsEmbeddedItemsInner](docs/PAMAssetTagsEmbeddedItemsInner.md)
- [PAMAssetTagsEmbeddedItemsInnerAllOf](docs/PAMAssetTagsEmbeddedItemsInnerAllOf.md)
- [PAMAssets](docs/PAMAssets.md)
- [PAMAssetsEmbedded](docs/PAMAssetsEmbedded.md)
- [PAMAssetsEmbeddedItemsInner](docs/PAMAssetsEmbeddedItemsInner.md)
- [PAMAssetsEmbeddedItemsInnerAllOf](docs/PAMAssetsEmbeddedItemsInnerAllOf.md)
- [PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInner](docs/PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInner.md)
- [PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInnerLink](docs/PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInnerLink.md)
- [PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInnerLinkDownload](docs/PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInnerLinkDownload.md)
- [PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInnerLinkSelf](docs/PAMAssetsEmbeddedItemsInnerAllOfReferenceFilesInnerLinkSelf.md)
- [PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInner](docs/PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInner.md)
- [PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInnerLink](docs/PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInnerLink.md)
- [PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInnerLinkDownload](docs/PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInnerLinkDownload.md)
- [PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInnerLinkSelf](docs/PAMAssetsEmbeddedItemsInnerAllOfVariationFilesInnerLinkSelf.md)
- [Pagination](docs/Pagination.md)
- [PatchAssetCategoriesRequest](docs/PatchAssetCategoriesRequest.md)
- [PatchAssetsRequestInner](docs/PatchAssetsRequestInner.md)
- [PatchAttributesAttributeCodeOptionsRequest](docs/PatchAttributesAttributeCodeOptionsRequest.md)
- [PatchAttributesRequest](docs/PatchAttributesRequest.md)
- [PatchCategoriesRequest](docs/PatchCategoriesRequest.md)
- [PatchFamiliesFamilyCodeVariantsRequest](docs/PatchFamiliesFamilyCodeVariantsRequest.md)
- [PatchFamiliesRequest](docs/PatchFamiliesRequest.md)
- [PatchMeasurementFamilies200ResponseInner](docs/PatchMeasurementFamilies200ResponseInner.md)
- [PatchMeasurementFamilies200ResponseInnerErrorsInner](docs/PatchMeasurementFamilies200ResponseInnerErrorsInner.md)
- [PatchPamAssetsRequest](docs/PatchPamAssetsRequest.md)
- [PatchProductModelsRequest](docs/PatchProductModelsRequest.md)
- [PatchProducts200Response](docs/PatchProducts200Response.md)
- [PatchProductsRequest](docs/PatchProductsRequest.md)
- [PatchProductsUuid200Response](docs/PatchProductsUuid200Response.md)
- [PatchProductsUuidRequest](docs/PatchProductsUuidRequest.md)
- [PatchReferenceEntityRecords200ResponseInner](docs/PatchReferenceEntityRecords200ResponseInner.md)
- [PatchReferenceEntityRecordsCodeRequest](docs/PatchReferenceEntityRecordsCodeRequest.md)
- [PatchReferenceEntityRecordsRequestInner](docs/PatchReferenceEntityRecordsRequestInner.md)
- [PostAppCatalogRequest](docs/PostAppCatalogRequest.md)
- [PostMediaFilesRequest](docs/PostMediaFilesRequest.md)
- [PostReferenceEntityMediaFilesRequest](docs/PostReferenceEntityMediaFilesRequest.md)
- [PostReferenceFilesLocaleCode201Response](docs/PostReferenceFilesLocaleCode201Response.md)
- [PostReferenceFilesLocaleCode201ResponseErrorsInner](docs/PostReferenceFilesLocaleCode201ResponseErrorsInner.md)
- [PostReferenceFilesLocaleCodeRequest](docs/PostReferenceFilesLocaleCodeRequest.md)
- [PostToken200Response](docs/PostToken200Response.md)
- [PostTokenRequest](docs/PostTokenRequest.md)
- [Product](docs/Product.md)
- [ProductList](docs/ProductList.md)
- [ProductListAllOf](docs/ProductListAllOf.md)
- [ProductListAllOf1](docs/ProductListAllOf1.md)
- [ProductListAllOf1Associations](docs/ProductListAllOf1Associations.md)
- [ProductListAllOf1AssociationsAssociationTypeCode](docs/ProductListAllOf1AssociationsAssociationTypeCode.md)
- [ProductListAllOf1Completenesses](docs/ProductListAllOf1Completenesses.md)
- [ProductListAllOf1Metadata](docs/ProductListAllOf1Metadata.md)
- [ProductListAllOf1QuantifiedAssociations](docs/ProductListAllOf1QuantifiedAssociations.md)
- [ProductListAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCode](docs/ProductListAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCode.md)
- [ProductListAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProductModels](docs/ProductListAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProductModels.md)
- [ProductListAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProducts](docs/ProductListAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProducts.md)
- [ProductListAllOfLinks](docs/ProductListAllOfLinks.md)
- [ProductListAllOfLinksSelf](docs/ProductListAllOfLinksSelf.md)
- [ProductModel](docs/ProductModel.md)
- [ProductModelList](docs/ProductModelList.md)
- [ProductModelListAllOf](docs/ProductModelListAllOf.md)
- [ProductModelListAllOfAssociations](docs/ProductModelListAllOfAssociations.md)
- [ProductModelListAllOfMetadata](docs/ProductModelListAllOfMetadata.md)
- [ProductModelListAllOfQuantifiedAssociations](docs/ProductModelListAllOfQuantifiedAssociations.md)
- [ProductModelListAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode](docs/ProductModelListAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode.md)
- [ProductModels](docs/ProductModels.md)
- [ProductModelsEmbedded](docs/ProductModelsEmbedded.md)
- [ProductModelsEmbeddedItemsInner](docs/ProductModelsEmbeddedItemsInner.md)
- [ProductModelsEmbeddedItemsInnerAllOf](docs/ProductModelsEmbeddedItemsInnerAllOf.md)
- [ProductModelsEmbeddedItemsInnerAllOfAssociations](docs/ProductModelsEmbeddedItemsInnerAllOfAssociations.md)
- [ProductModelsEmbeddedItemsInnerAllOfMetadata](docs/ProductModelsEmbeddedItemsInnerAllOfMetadata.md)
- [ProductModelsEmbeddedItemsInnerAllOfQuantifiedAssociations](docs/ProductModelsEmbeddedItemsInnerAllOfQuantifiedAssociations.md)
- [ProductModelsEmbeddedItemsInnerAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode](docs/ProductModelsEmbeddedItemsInnerAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode.md)
- [ProductModelsEmbeddedItemsInnerAllOfValuesValueInner](docs/ProductModelsEmbeddedItemsInnerAllOfValuesValueInner.md)
- [ProductUuid](docs/ProductUuid.md)
- [ProductUuidList](docs/ProductUuidList.md)
- [ProductUuidListAllOf](docs/ProductUuidListAllOf.md)
- [ProductUuidListAllOfAssociations](docs/ProductUuidListAllOfAssociations.md)
- [ProductUuidListAllOfAssociationsAssociationTypeCode](docs/ProductUuidListAllOfAssociationsAssociationTypeCode.md)
- [ProductUuidListAllOfQuantifiedAssociations](docs/ProductUuidListAllOfQuantifiedAssociations.md)
- [ProductUuidListAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode](docs/ProductUuidListAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode.md)
- [ProductUuidListAllOfQuantifiedAssociationsQuantifiedAssociationTypeCodeProducts](docs/ProductUuidListAllOfQuantifiedAssociationsQuantifiedAssociationTypeCodeProducts.md)
- [ProductUuids](docs/ProductUuids.md)
- [ProductUuidsEmbedded](docs/ProductUuidsEmbedded.md)
- [Products](docs/Products.md)
- [Products1](docs/Products1.md)
- [Products1Embedded](docs/Products1Embedded.md)
- [Products1EmbeddedItemsInner](docs/Products1EmbeddedItemsInner.md)
- [Products1EmbeddedItemsInnerAllOf](docs/Products1EmbeddedItemsInnerAllOf.md)
- [Products1EmbeddedItemsInnerAllOfAssociations](docs/Products1EmbeddedItemsInnerAllOfAssociations.md)
- [Products1EmbeddedItemsInnerAllOfAssociationsAssociationTypeCode](docs/Products1EmbeddedItemsInnerAllOfAssociationsAssociationTypeCode.md)
- [Products1EmbeddedItemsInnerAllOfQuantifiedAssociations](docs/Products1EmbeddedItemsInnerAllOfQuantifiedAssociations.md)
- [Products1EmbeddedItemsInnerAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode](docs/Products1EmbeddedItemsInnerAllOfQuantifiedAssociationsQuantifiedAssociationTypeCode.md)
- [Products1EmbeddedItemsInnerAllOfQuantifiedAssociationsQuantifiedAssociationTypeCodeProductsInner](docs/Products1EmbeddedItemsInnerAllOfQuantifiedAssociationsQuantifiedAssociationTypeCodeProductsInner.md)
- [Products2](docs/Products2.md)
- [ProductsEmbedded](docs/ProductsEmbedded.md)
- [ProductsEmbeddedItemsInner](docs/ProductsEmbeddedItemsInner.md)
- [ProductsEmbeddedItemsInnerAllOf](docs/ProductsEmbeddedItemsInnerAllOf.md)
- [ProductsEmbeddedItemsInnerAllOf1](docs/ProductsEmbeddedItemsInnerAllOf1.md)
- [ProductsEmbeddedItemsInnerAllOf1Associations](docs/ProductsEmbeddedItemsInnerAllOf1Associations.md)
- [ProductsEmbeddedItemsInnerAllOf1AssociationsAssociationTypeCode](docs/ProductsEmbeddedItemsInnerAllOf1AssociationsAssociationTypeCode.md)
- [ProductsEmbeddedItemsInnerAllOf1CompletenessesInner](docs/ProductsEmbeddedItemsInnerAllOf1CompletenessesInner.md)
- [ProductsEmbeddedItemsInnerAllOf1Metadata](docs/ProductsEmbeddedItemsInnerAllOf1Metadata.md)
- [ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociations](docs/ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociations.md)
- [ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCode](docs/ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCode.md)
- [ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProductModelsInner](docs/ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProductModelsInner.md)
- [ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProductsInner](docs/ProductsEmbeddedItemsInnerAllOf1QuantifiedAssociationsQuantifiedAssociationTypeCodeProductsInner.md)
- [ProductsEmbeddedItemsInnerAllOf1ValuesValueInner](docs/ProductsEmbeddedItemsInnerAllOf1ValuesValueInner.md)
- [ProductsEmbeddedItemsInnerAllOf1ValuesValueInnerLinkedData](docs/ProductsEmbeddedItemsInnerAllOf1ValuesValueInnerLinkedData.md)
- [ProductsEmbeddedItemsInnerAllOfLinks](docs/ProductsEmbeddedItemsInnerAllOfLinks.md)
- [ProductsEmbeddedItemsInnerAllOfLinksSelf](docs/ProductsEmbeddedItemsInnerAllOfLinksSelf.md)
- [ProductsLinks](docs/ProductsLinks.md)
- [ProductsLinksFirst](docs/ProductsLinksFirst.md)
- [ProductsLinksNext](docs/ProductsLinksNext.md)
- [ProductsLinksPrevious](docs/ProductsLinksPrevious.md)
- [ProductsLinksSelf](docs/ProductsLinksSelf.md)
- [PublishedProduct](docs/PublishedProduct.md)
- [PublishedProductList](docs/PublishedProductList.md)
- [PublishedProductListAllOf](docs/PublishedProductListAllOf.md)
- [PublishedProductListAllOfAssociations](docs/PublishedProductListAllOfAssociations.md)
- [PublishedProductListAllOfAssociationsAssociationTypeCode](docs/PublishedProductListAllOfAssociationsAssociationTypeCode.md)
- [PublishedProducts](docs/PublishedProducts.md)
- [PublishedProductsEmbedded](docs/PublishedProductsEmbedded.md)
- [PublishedProductsEmbeddedItemsInner](docs/PublishedProductsEmbeddedItemsInner.md)
- [PublishedProductsEmbeddedItemsInnerAllOf](docs/PublishedProductsEmbeddedItemsInnerAllOf.md)
- [PublishedProductsEmbeddedItemsInnerAllOfAssociations](docs/PublishedProductsEmbeddedItemsInnerAllOfAssociations.md)
- [PublishedProductsEmbeddedItemsInnerAllOfAssociationsAssociationTypeCode](docs/PublishedProductsEmbeddedItemsInnerAllOfAssociationsAssociationTypeCode.md)
- [ReferenceEntities](docs/ReferenceEntities.md)
- [ReferenceEntitiesEmbedded](docs/ReferenceEntitiesEmbedded.md)
- [ReferenceEntitiesEmbeddedItemsInner](docs/ReferenceEntitiesEmbeddedItemsInner.md)
- [ReferenceEntitiesEmbeddedItemsInnerAllOf](docs/ReferenceEntitiesEmbeddedItemsInnerAllOf.md)
- [ReferenceEntitiesEmbeddedItemsInnerAllOf1](docs/ReferenceEntitiesEmbeddedItemsInnerAllOf1.md)
- [ReferenceEntitiesEmbeddedItemsInnerAllOf1Labels](docs/ReferenceEntitiesEmbeddedItemsInnerAllOf1Labels.md)
- [ReferenceEntitiesEmbeddedItemsInnerAllOfLinks](docs/ReferenceEntitiesEmbeddedItemsInnerAllOfLinks.md)
- [ReferenceEntitiesEmbeddedItemsInnerAllOfLinksImageDownload](docs/ReferenceEntitiesEmbeddedItemsInnerAllOfLinksImageDownload.md)
- [ReferenceEntitiesLinks](docs/ReferenceEntitiesLinks.md)
- [ReferenceEntity](docs/ReferenceEntity.md)
- [ReferenceEntityAllOf](docs/ReferenceEntityAllOf.md)
- [ReferenceEntityAllOf1](docs/ReferenceEntityAllOf1.md)
- [ReferenceEntityAllOf1Labels](docs/ReferenceEntityAllOf1Labels.md)
- [ReferenceEntityAllOfLinks](docs/ReferenceEntityAllOfLinks.md)
- [ReferenceEntityAllOfLinksImageDownload](docs/ReferenceEntityAllOfLinksImageDownload.md)
- [ReferenceEntityAttribute](docs/ReferenceEntityAttribute.md)
- [ReferenceEntityAttributeOption](docs/ReferenceEntityAttributeOption.md)
- [ReferenceEntityItemList](docs/ReferenceEntityItemList.md)
- [ReferenceEntityList](docs/ReferenceEntityList.md)
- [ReferenceEntityListAllOf](docs/ReferenceEntityListAllOf.md)
- [ReferenceEntityListAllOfLinks](docs/ReferenceEntityListAllOfLinks.md)
- [ReferenceEntityRecord](docs/ReferenceEntityRecord.md)
- [ReferenceEntityRecordEmbedded](docs/ReferenceEntityRecordEmbedded.md)
- [ReferenceEntityRecordEmbeddedItemsInner](docs/ReferenceEntityRecordEmbeddedItemsInner.md)
- [ReferenceEntityRecordEmbeddedItemsInnerAllOf](docs/ReferenceEntityRecordEmbeddedItemsInnerAllOf.md)
- [ReferenceEntityRecordEmbeddedItemsInnerAllOfValuesValueInner](docs/ReferenceEntityRecordEmbeddedItemsInnerAllOfValuesValueInner.md)
- [ReferenceEntityRecordItemList](docs/ReferenceEntityRecordItemList.md)
- [ReferenceEntityRecordList](docs/ReferenceEntityRecordList.md)
- [ReferenceEntityRecordListAllOf](docs/ReferenceEntityRecordListAllOf.md)
- [SearchAfterPagination](docs/SearchAfterPagination.md)
- [SeveralAssociationTypesPatchRequest](docs/SeveralAssociationTypesPatchRequest.md)
- [SeveralAttributeGroupsPatchRequest](docs/SeveralAttributeGroupsPatchRequest.md)
- [SeveralChannelsPatchRequest](docs/SeveralChannelsPatchRequest.md)

## Documentation For Authorization

All endpoints do not require authorization.

## Author