Home > @infiniteobjects/data-types > IVideoPrintSchemaV1 > shopify
Signature:
shopify?: {
id: string | null;
cartUrl: string | null;
checkoutId: string | null;
orderId: string | null;
isFulfilled: boolean;
isOrdered: boolean;
createdAt: string | null;
note: string | null;
};