Skip to main content
POST
/
api
/
v1
/
Products
/
Skus
/
Bom
{
  "isSuccess": true,
  "message": "<string>",
  "payload": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

The product to create

Create a BOM (Bill of Materials) SKU. The Item Types include "GSET,PTO"

supplierId
string
required

SupplierId is the unique ID for the owner of items in the system

Minimum string length: 2
itemTypeCode
string
required

The ItemType (Code)

GSET - Gift Set
PTO - Pick to Order
Minimum string length: 1
sku
string
required

The SKU of the customer for the GSET or PTO. This is not the SKU of the items in the collection. Add that in the LineItems field

Minimum string length: 1
srp
number<double>
required

Suggested Retail Price

lineItems
object[]
required

The items that go into the GSET or PTO

description
string | null

Description of the BOM SKU

Maximum string length: 150
sellerAccountNumbers
string[] | null

A list of Seller account number who can sell this

Response

200 - application/json

OK

Generic container for all service responses

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
string | null

The payload object of the response