input AddProductToVendorInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers |
vendor_id | String! | |
sku | String! | |
manufacturer_sku | String | |
price | String |
Referenced By
- vendor_add_product Mutation
Example
{
"customer_account_id": "abc123",
"vendor_id": "abc123",
"sku": "abc123",
"manufacturer_sku": "abc123",
"price": "abc123"
}