Sign Customiser’s API now supports full pricing management, giving merchants the ability to read and update their customiser pricing automatically. Whether you’re a power user running scheduled scripts or a merchant looking to keep pricing in sync with your business systems, this update puts you in control.
Rather than manually adjusting prices through the dashboard each time costs change, you can now automate the process entirely. Build a scheduled task that pulls your latest supplier rates and pushes updated pricing to Sign Customiser, or connect your inventory system to adjust prices in real time as material costs fluctuate.
What’s Changed
- Read pricing via API - Retrieve the full pricing configuration for any customiser, including sizes, base pricing, and price lists
- Update pricing via API - Replace pricing configuration automatically with a single PUT request, covering base prices, letter prices, size tiers, and price lists
- Works with all pricing models - Supports Fixed Width, Material Length, and Frame Fit pricing models
Example Use Cases
- Shipping cost updates - Shipping rates change regularly. Set up a scheduled task that fetches your latest carrier rates and automatically updates shipping surcharges across all your customisers, so customers always see accurate totals
- Seasonal pricing - Run a cron job that applies seasonal pricing adjustments at specific dates, such as holiday surcharges or off-peak discounts, without lifting a finger
- Supplier cost sync - When your material supplier updates their price sheet, a script can recalculate your margins and push new pricing to every affected customiser in seconds
- Multi-currency adjustments - Automatically adjust pricing based on daily exchange rates for international storefronts
- Bulk price changes - Update pricing across dozens of customisers at once from a single script, instead of editing each one individually
For implementation details and API reference, visit our Custom API Integration guide.