Appearance
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| productId | string | The ID of the product associated with the order. | |
| orderId | string | The ID of the order. | |
| customerId | string | The ID of the customer associated with the order. | |
| lineItemId | string | The line item ID (used when type is "shopify") | |
| variantId | string | The variant ID (used when type is "shopify" or "offline") | |
| shopId | string | The shop ID that owns the order. | |
| scope | "lineItem" | "order" | order | The level at which the item is placed. Use order to consign all items, use lineItem to consign individual items |
| type | "shopify" | "offline" | "api" | shopify | Specifies whether the order is from Shopify, API, or Offline. |