How to check prices
Introduction
The Cloudprinter.com network is by design a dynamic network and prices of the products will differ from region to region. The only safe way to know the actual price is by making a price check. The price check can easily be automated, and the process is explained in detail below.
Manual price check
You can make a manual price check via the Cloudprinter.com Admin dashboard. Under "CloudCore Admin" you find "Price check" in the menu at the left. It is a good starting point to get familiar with the product build-up that Cloudprinter.com operates with
Automated price check
A price check request can be made to the CloudCore API to get the specific product and shipping price for a single country or country-state/region combination.
Countries and states/regions
As part of a price check request, the country is specified as a 2-letter abbreviation following ISO 3166-1 alpha-2. The supported country references can be fetched from the CloudCore API shipping/countries endpoint. Read more here.
Shipping countries with the parameter require_state
set to the value 1 requires a state/region definition. In these cases, the state references can be fetched from the CloudCore API shipping/states endpoint by providing the parameter country_reference
in the post request. Read more here.
Currency
The price check supports multi-currency. In cases where no currency is specified the price check will return EUR pricing. Currency is specified with 3-letter abbreviations following the ISO 4217