Store Information API
You can use this API to gather information about your stores.
PrintfulStoreClient.storeInformation
Change packing slip
Modifies packing slip information of the currently authorized Printful store.
Method
PrintfulStoreClient.storeInformation.changePackingSlip(new_packing_slip: PackingSlip)
Arguments
new_packing_slip
- Packing slip information
Example Usage:
// Soon to be added
Get basic information about stores
Get basic information about stores depending on the token access level
Method
PrintfulStoreClient.storeInformation.getAllStoresInfo(offset?: number, limit?: number)
Arguments
Optional offset
- Offset for query
Optional limit
- Limit for query
Example Usage:
// Soon to be added
Get basic information about a store
Get basic information about a store based on provided ID
Method
PrintfulStoreClient.storeInformation.getStoreInfo(id: number)
Arguments
id
- Store ID
Example Usage:
// Soon to be added