---
title: "Create product sales channel settings"
method: POST
path: "/api/v1/products/{id}/salesChannels"
tags: ["Sales Channels Product Settings"]
---

# Create product sales channel settings

`POST /api/v1/products/{id}/salesChannels`

Creates sales channel settings for a single product.

## Path parameters

- `id` string, required — Resource identifier.

## Request body

- object
  - `salesChannel` object — Reference to another resource
    - `id` string, required — Resource identifier.
  - `isActive` boolean — Determines if the sales channel connection is active.
  - `useIndividualSalesChannelSettings` boolean — Determines if the individual sales channel settings should be used instead of the general sales channel settings.
  - `isStockNumberSyncActive` boolean — Determines if the stock number synchronization to the sales channel is active.
  - `isRemainingQuantity` boolean — Determines if only the remaining quantity of the product is left.
  - `suggestedRetailPrice` string — Sets the suggested retail price for the sales channel.
  - `suggestedStockQuantity` string — Sets the suggested stock quantity for the sales channel.
  - `deliveryTime` string — Sets the delivery time.
  - `handlingTime` string — Sets the handling time in days for this product. Must be a non-negative integer. This value is only relevant for Amazon sales channels; other sales channels ignore this field.
  - `createNewProductDuringImport` boolean — Determines if a new product should be created during the sales order import from a sales channel.

## Response `201`

Resource successfully created response

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `409` — Request conflict with the current state of the target resource
- `415` — Resource representation send in the request is not supported.
- `429` — Too many API calls made.

---

[API](https://skmtc.dev/xentral/apis/xentral-api.md) · [All operations](https://skmtc.dev/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
