Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-07-11 11:34:10 +00:00
parent c6b1b25b33
commit 9b4fad4d97
+15
View File
@@ -43,6 +43,21 @@ export interface ShopifyProduct {
}; };
}>; }>;
}; };
sellingPlanGroups?: {
edges: Array<{
node: {
name: string;
sellingPlans: {
edges: Array<{
node: {
id: string;
name: string;
};
}>;
};
};
}>;
};
options: Array<{ options: Array<{
name: string; name: string;
values: string[]; values: string[];