Our API is currently in open beta, if you encounter any issues or have a suggestion, please email us at devs@lumaprints.com. Your insights are invaluable to us.
Calculates and retrieves shipping costs for available shipping methods based on the provided order details, including the destination address, product type, and specific configuration.
NOTE
PRO Tip: You can use the same payload used for submitting an order to check shipping costs.
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Body Params application/json
Example
{"recipient":{"firstName":"John","lastName":"Smith","company":"","addressLine1":"955 E Ball Rd","addressLine2":"","city":"Anaheim","state":"CA","zipCode":"92805","country":"US","phone":"8003806038"},"orderItems":[{"subcategoryId":101001,"quantity":1,"width":8,"height":10,"orderItemOptions":[2]}]}