We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4768860 + 5b68a40 commit 09a0355Copy full SHA for 09a0355
src/types/order.ts
@@ -69,7 +69,7 @@ export const orderItemInputRequest = z
69
name: z.string(),
70
sku: z.string().optional(),
71
productId: z.string().optional(),
72
- productVairantId: z.string().optional(),
+ productVariantId: z.string().optional(),
73
imageUrl: z.string().optional(),
74
quantity: z.number(),
75
subscription: orderItemSubscriptionInputRequest.optional(),
0 commit comments