Skip to main content
PUT
Update a supplier SKU

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

supplierProductSkuId
integer
required

Supplier SKU record ID

Body

application/json
product_id
integer

Luminous product (rfq) ID

supplier_id
integer

Supplier ID

sku
string

Supplier-specific SKU

Maximum string length: 255
unit_cost
number | null

Per-unit cost; pass null to clear

Required range: x >= 0
moq_quantity
number | null

Minimum order quantity; pass null to clear

Required range: x >= 0
moq_unit_id
integer | null

ID of the unit of measure the MOQ is expressed in; pass null to clear

Response

Updated supplier SKU

data
object