stack

Home > @infiniteobjects/data-types > IVideoPrintSchemaV1 > shopify

IVideoPrintSchemaV1.shopify property

Signature:

shopify?: {
        id: string | null;
        cartUrl: string | null;
        checkoutId: string | null;
        orderId: string | null;
        isFulfilled: boolean;
        isOrdered: boolean;
        createdAt: string | null;
        note: string | null;
    };