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 a3197be + 09a0355 commit d8d27b6Copy full SHA for d8d27b6
src/types/order.ts
@@ -70,7 +70,7 @@ export const orderItemInputRequest = z
70
name: z.string(),
71
sku: z.string().optional(),
72
productId: z.string().optional(),
73
- productVairantId: z.string().optional(),
+ productVariantId: z.string().optional(),
74
imageUrl: z.string().optional(),
75
quantity: z.number(),
76
subscription: orderItemSubscriptionInputRequest.optional(),
0 commit comments