UNPKG

@vymalo/medusa-printful

Version:

Connect your MedusaJS store to Printful

4 lines (3 loc) 238 B
import type { MedusaRequest, MedusaResponse } from '@medusajs/framework/http'; import type { WebhookWithData } from '../../../types'; export declare const POST: (req: MedusaRequest<WebhookWithData>, res: MedusaResponse) => Promise<void>;