calliT-today / vendure-plugin-printful

Vendure Plugin for Printful
2 stars 0 forks source link

Figure out high-level workflow and identify APIs / endpoints involved #1

Closed prasmalla closed 1 year ago

prasmalla commented 1 year ago

Products in Vendure need to be synced with Printful https://developers.printful.com/docs/#tag/Ecommerce-Platform-Sync-API

But for creating new sync products we need to use products api instead https://developers.printful.com/docs/#tag/Products-API

Products and variants are modeled similarly on Printful to how Vendure does The sync variant needs variant_id from Printful catalog (this is the actual product printed on)

On making a draft order, Printful sends back order total with estimated shipping and taxes. There is a separate Shipping API and the API for tax rate is deprecated