Skip to main content

Warehouse Products API

Warehouse Products API

PrintfulStoreClient.warehouseProducts

Printful API Reference

Source


Get a list of your warehouse products

Printful API Reference

Returns a list of warehouse products from your store

Method

PrintfulStoreClient.warehouseProducts.getAllWarehouseProducts(query?: string, offset?: number, limit?: number)

Arguments

Optional query - Filter by partial or full product name

Optional offset - Number of items per page (max 100)

Optional limit - Result set offset

Example Usage:

// Soon to be added

Get warehouse product data

Printful API Reference

Returns warehouse product data by ID

Method

PrintfulStoreClient.warehouseProducts.getWarehouseProduct(id: number | string)

Arguments

id - Product ID

Example Usage:

// Soon to be added