Printful Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Printful Tables
| Name | Description |
| CountriesCodes | Returns list of countries and states that are accepted by the Printful. |
| Files | Returns list of last added files |
| OrderItems | Returns list of items for a given order objects from your store |
| Orders | Returns list of order objects from your store |
| PrintfulProducts | Returns list of Products available in the Printful. |
| PrintfulProductVariants | Returns a list of variants for a specific product. |
| ProductLayoutTemplates | Retrieve list of templates for a product that can be used for client-side positioning. |
| ProductVariantPrintfiles | List of printfiles available for products variants. Printfile indicates what file resolution should be used to create a mockup or submit an order. |
| Store | Returns basic information about the currently authorized Printful store. |
| StoreProducts | Returns a list of Sync Product objects from your custom Printful store. |
| StoreProductVariants | Returns a list of variants for a specific sync product. |
| SyncProducts | Returns list of Sync Product objects from your store. |
| SyncProductVariants | Returns a list of variants for a specific sync product. |
| WarehouseProducts | Returns a list of warehouse products from your store. |
| WarehouseShipments | Returns a list of warehouse shipments from your store. |
| Webhooks | Returns configured webhook URL and list of webhook event types enabled for the store. |