Skip to main content

Variable.ImportJobSource

const ImportJobSource: {
Scheduled: "scheduled";
Shopify: "shopify";
Upload: "upload";
};

Type Declaration

Scheduled

readonly Scheduled: "scheduled";

Shopify

readonly Shopify: "shopify";

Upload

readonly Upload: "upload";