UNPKG

@vymalo/medusa-printful

Version:

Connect your MedusaJS store to Printful

9 lines (8 loc) 192 B
export type PrintfulOptions = { logo_url?: string; storeId: string; backendUrl: string; printfulAccessToken: string; enableWebhooks: boolean; confirmOrder: boolean; };