input CreateProductVendorInput

Fields

FieldTypeDescription
vendor_idString!
vendor_skuString!
priceString

Referenced By

Example

{
  "vendor_id": "abc123",
  "vendor_sku": "abc123",
  "price": "abc123"
}