---
title: "Creates a SKU"
method: POST
path: "/skus"
tags: ["SKUs"]
---

# Creates a SKU

`POST /skus`

Submit this request to create a SKU.

## Request body

- SkuRequest
  - `id` string — The unique identifier of a SKU.
  - `eccn` string — The export control classification number.
  - `hsCode` string — The international and US Harmonized System code (sometimes referred to as the Harmonized Tariff Schedule).
  - `skuGroupId` string — The unique identifier of the Sku Group.
  - `partNumber` string — The manufacturer's part number.
  - `manufacturerId` string — The unique identifier
  - `managedFulfillment` 'DRGlobalFulfillment' — Signifies the product is physically fulfilled by Digital River.
  - `taxCode` string — The designated tax code.
  - `name` string, required — The product’s name.
  - `description` string — A description of the product.
  - `image` string — An image of the product.
  - `url` string — A product url.
  - `weight` number, double — The weight of the product measured in the unit specified by weightUnit.
  - `weightUnit` 'oz' | 'lb' | 'g' | 'kg' — The unit of measurement applied to the weight.
  - `itemBreadcrumb` string — The full path to the category where item is included. Categories should be separated by “ > “.
  - `countryOfOrigin` string — A two-letter Alpha-2 country code as described in the ISO 3166 international standard.
  - `partnerAccountId` string — The unique, Digital River identifier (account Id) of the partner associated with the sku.
  - `metadata` Metadata — Key-value pairs used to store additional data. Value can be string, boolean or integer types.

## Response `201`

201 Created

- Sku
  - `createdTime` string, date-time — The time when the SKU was created.
  - `id` string — The unique identifier of the SKU.
  - `eccn` string — The export control classification number.
  - `hsCode` string — The international and US Harmonized System code (sometimes referred to as the Harmonized Tariff Schedule).
  - `skuGroupId` string — The unique identifier of the Sku Group.
  - `partNumber` string — The manufacturer's part number.
  - `manufacturerId` string — The unique identifier
  - `managedFulfillment` 'DRGlobalFulfillment' — Signifies the product is physically fulfilled by Digital River.
  - `physical` boolean — Identifies whether or not a product is physical, so that the appropriate data requirements are enforced.
  - `taxCode` string — The designated tax code.
  - `name` string — The product’s name.
  - `description` string — A description of the product.
  - `image` string — An image of the product.
  - `url` string — A product url.
  - `countryOfOrigin` string — A two-letter Alpha-2 country code as described in the ISO 3166 international standard.
  - `weight` number, double — The weight of the product measured in the unit specified by weightUnit.
  - `weightUnit` 'oz' | 'lb' | 'g' | 'kg' — The unit of measurement applied to the weight.
  - `itemBreadcrumb` string — The full path to the category where item is included. Categories should be separated by “ > “.
  - `partnerAccountId` string — The unique, Digital River identifier (account Id) of the partner associated with the sku.
  - `liveMode` boolean — Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
  - `metadata` Metadata — Key-value pairs used to store additional data. Value can be string, boolean or integer types.
  - `updatedTime` string, date-time — The time when the SKU was last updated.

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `403` — 403 Forbidden
- `405` — 405 Method Not Allowed
- `406` — 406 Not Acceptable
- `408` — 408 Request Timeout
- `409` — 409 Conflict
- `429` — 429 Too Many Requests
- `500` — 500 Internal Server Error
- `502` — 502 Bad Gateway Error
- `503` — 503 Service Unavailable Error
- `504` — 504 Gateway Timeout Error

---

[API](https://skmtc.net/digitalriver/apis/digital-river-api-reference.md) · [All operations](https://skmtc.net/digitalriver/apis/digital-river-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/digital-river-api-reference/revisions/f21981db32be/schema)
