Skip to main content
POST
/
commerce
/
vendors
/
{vendorCode}
/
skumappings
Error
A valid request URL is required to generate request examples
{
  "vendorCode": "<string>",
  "tenantId": 123,
  "upc": "<string>",
  "vendorSku": "<string>",
  "vendorPrice": 123,
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

vendorCode
string
required

Unique vendor code

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Vendor SKU mapping object to create

vendorCode
string | null
tenantId
integer<int32>
upc
string | null
vendorSku
string | null
vendorPrice
number<double>
auditInfo
object

Response

Success

vendorCode
string | null
tenantId
integer<int32>
upc
string | null
vendorSku
string | null
vendorPrice
number<double>
auditInfo
object