input CreateProductVendorInput
Fields
| Field | Type | Description |
|---|---|---|
vendor_id | String! | |
vendor_sku | String! | |
price | String |
Referenced By
- CreateProductInput Type
Example
{
"vendor_id": "abc123",
"vendor_sku": "abc123",
"price": "abc123"
}| Field | Type | Description |
|---|---|---|
vendor_id | String! | |
vendor_sku | String! | |
price | String |
{
"vendor_id": "abc123",
"vendor_sku": "abc123",
"price": "abc123"
}