AttachItemCollectionRequest

Properties

Name Type Description Notes
item_id string   [default to undefined]
include string Comma-separated list of related resources to include. Valid values: `language`, `context`, `translations`, `partners`, `items`, `attachedItems`, `collectionImages`. [optional] [default to undefined]

Example

import { AttachItemCollectionRequest } from './api';

const instance: AttachItemCollectionRequest = {
    item_id,
    include,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.