---
canonical: https://amplience.com/developers/docs/apis/asset-management/reference/inputs/commerce/
title: "Inputs: Commerce"
description: GraphQL input types for commerce repository integrations in the Amplience GraphQL Management API.
audience: Developer
date_published: 2023-05-26
date_modified: 2026-07-20
---

# Inputs: Commerce

GraphQL input types for commerce repository integrations in the Amplience GraphQL Management API.

## Commerce repositories

### CreateBigCommerceCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `storeHash` | `String`! |  |  |
| `apiToken` | `String`! |  |  |
| `apiUrl` | `String` |  |  |

### UpdateBigCommerceCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `storeHash` | `String` |  |  |
| `apiToken` | `String` |  |  |
| `apiUrl` | `String` |  |  |

### CreateCommercetoolsCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `projectKey` | `String`! |  |  |
| `defaultLocale` | `String`! |  |  |
| `apiBaseUrl` | `String`! |  |  |
| `authBaseUrl` | `String`! |  |  |
| `clientId` | `String`! |  |  |
| `clientSecret` | `String`! |  |  |

### UpdateCommercetoolsCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `projectKey` | `String` |  |  |
| `defaultLocale` | `String` |  |  |
| `apiBaseUrl` | `String` |  |  |
| `authBaseUrl` | `String` |  |  |
| `clientId` | `String` |  |  |
| `clientSecret` | `String` |  |  |

### CreateCsvFileFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String`! |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String`! |  |  |
| `namePath` | `String`! |  |  |
| `descriptionPath` | `String`! |  |  |
| `imagesPath` | `String`! |  |  |

### UpdateCsvFileFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String` |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String` |  |  |
| `namePath` | `String` |  |  |
| `descriptionPath` | `String` |  |  |
| `imagesPath` | `String` |  |  |

### CreateGoogleProductFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String`! |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String`! |  |  |
| `namePath` | `String`! |  |  |
| `descriptionPath` | `String`! |  |  |
| `imagesPath` | `String`! |  |  |

### UpdateGoogleProductFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String` |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String` |  |  |
| `namePath` | `String` |  |  |
| `descriptionPath` | `String` |  |  |
| `imagesPath` | `String` |  |  |

### CreateJsonFileFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String`! |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String`! |  |  |
| `namePath` | `String`! |  |  |
| `descriptionPath` | `String`! |  |  |
| `imagesPath` | `String`! |  |  |

### UpdateJsonFileFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String` |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String` |  |  |
| `namePath` | `String` |  |  |
| `descriptionPath` | `String` |  |  |
| `imagesPath` | `String` |  |  |

### CreateSalesforceCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `siteId` | `String`! |  |  |
| `catalogId` | `String`! |  |  |
| `shopApiVersion` | `String`! |  |  |
| `dataApiVersion` | `String`! |  |  |
| `shopApiUrl` | `String`! |  |  |
| `dataApiUrl` | `String`! |  |  |
| `authUrl` | `String`! |  |  |
| `clientId` | `String`! |  |  |
| `clientSecret` | `String`! |  |  |
| `defaultLocale` | `String`! |  |  |

### UpdateSalesforceCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `siteId` | `String` |  |  |
| `catalogId` | `String` |  |  |
| `shopApiVersion` | `String` |  |  |
| `dataApiVersion` | `String` |  |  |
| `shopApiUrl` | `String` |  |  |
| `dataApiUrl` | `String` |  |  |
| `authUrl` | `String` |  |  |
| `clientId` | `String` |  |  |
| `clientSecret` | `String` |  |  |
| `defaultLocale` | `String` |  |  |

### CreateScayleCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `tenantSpace` | `String`! |  |  |
| `apiVersion` | `String`! |  |  |
| `shopId` | `String`! |  |  |
| `accessToken` | `String`! |  |  |
| `storefrontBaseUrl` | `String` |  |  |
| `imageBasePath` | `String` |  |  |

### UpdateScayleCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `tenantSpace` | `String` |  |  |
| `apiVersion` | `String` |  |  |
| `shopId` | `String` |  |  |
| `accessToken` | `String` |  |  |
| `storefrontBaseUrl` | `String` |  |  |
| `imageBasePath` | `String` |  |  |

### CreateShopifyCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `siteId` | `String`! |  |  |
| `apiVersion` | `String`! |  |  |
| `apiAccessToken` | `String`! |  |  |

### UpdateShopifyCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `siteId` | `String` |  |  |
| `apiVersion` | `String` |  |  |
| `apiAccessToken` | `String` |  |  |

### CreateXmlFileFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `cmsHubId` | `ID`! |  |  |
| `label` | `String`! |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String`! |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String`! |  |  |
| `namePath` | `String`! |  |  |
| `descriptionPath` | `String`! |  |  |
| `imagesPath` | `String`! |  |  |

### UpdateXmlFileFeedCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |
| `label` | `String` |  |  |
| `description` | `String` |  |  |
| `feedUrl` | `String` |  |  |
| `productsPath` | `String` |  |  |
| `idPath` | `String` |  |  |
| `namePath` | `String` |  |  |
| `descriptionPath` | `String` |  |  |
| `imagesPath` | `String` |  |  |

### DeleteCommerceRepositoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `id` | `ID`! |  |  |

### GetCommerceCategoryInput

| Field | Type | Default | Description |
|---|---|---|---|
| `sourceId` | `ID` |  |  |

### GetCommerceProductInput

| Field | Type | Default | Description |
|---|---|---|---|
| `sourceId` | `ID`! |  |  |
