Shipping Rate API
The Shipping rate API calculates the shipping rates for an order based on the recipient's location and the contents of the order.
PrintfulStoreClient.shippingRate
Calculate shipping rates
Returns available shipping options and rates for the given list of products.
Method
PrintfulStoreClient.shippingRate.calculateShipping(shipping_info: ShippingInfo)
Arguments
shipping_info
- Recipient location information
Example Usage
//Soon to be added