import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import java.util.*; @RestController public class CheckoutController { @GetMapping("/checkout") public Map checkout( @RequestParam String products, @RequestParam(required = false) String coupon) { // Parse products Map productQuantities = new HashMap<>(); for (String productEntry : products.split(",")) { String[] parts = productEntry.split(":"); productQuantities.put( parts[0], // Product ID Integer.parseInt(parts[1]) // Quantity ); } // Build result Map result = new HashMap<>(); result.put("products", productQuantities); result.put("coupon", coupon != null ? coupon : "No coupon applied"); return result; } }
top of page
ChatGPT Image 16 ago 2025, 12_35_55 a.m..png

SHIPPING & RETURNS

Shipping & Order Policy — Throwback Psychedelia

At Throwback Psychedelia, everything is made on-demand — fresh, high-quality, and inspired by the legends of real rock. No mass inventory, no dusty shelves. Your order is created just for you.

When will I get my order?

Production usually takes 3–7 days, and once your item is ready, it ships out.

Estimated shipping times:

  • USA: 3–4 business days

  • Europe: 6–8 business days

  • Australia: 2–14 business days

  • Japan: 4–8 business days

  • International: 10–20 business days

These are estimates, not guarantees — every region handles processing differently.

Where does my order ship from?

We partner with a global print-on-demand network. Your order is fulfilled and shipped from the facility closest to your location for faster delivery.

Will I be charged customs or taxes?

International orders may be subject to customs fees or taxes.
These charges are set by your local customs office — not by us.
If you're unsure, please check with your country’s customs department.

My order should be here by now — what do I do?

Before contacting us, please:

  1. Check your shipping confirmation email and verify the delivery address.

  2. Ask your local post office if they’re holding your package.

  3. Check with neighbors in case the courier left it with them.

If the shipping address was correct and the package is still missing, reach out to us at:
throwbackpsychedelia@gmail.com
Include your order number so we can help.

If there was a mistake in the delivery address you submitted, we can send a replacement — shipping will be at your cost.

Order Information

How are your products made?

All products are printed on-demand in high-quality facilities around the world. Each piece is created specifically for your order, ensuring fresh prints and vibrant colors that match the spirit of classic rock.

How do I track my order?

Once your order ships, you’ll receive an email with your tracking link.
If you have questions about tracking or shipping, contact us anytime at:
throwbackpsychedelia@gmail.com

Return & Exchange Policy — Throwback Psychedelia

We keep things simple, honest and fair — just like good old rock.
If something arrives and it’s not what you expected, we’ve got you.

Returns & Exchanges

We accept returns and exchanges on eligible items.
Just reach out within 30 days of delivery, and send the item back within that same window.

How It Works

– Items must come back in the same condition they arrived.
– The buyer covers return shipping costs.
– If the item returns damaged or used, any loss in value will be deducted from the refund.
– Exchanges are processed once we receive the original item.

Non-Returnable Items

Because of their nature, some items can’t be returned:
digital downloads, custom-made products, or anything damaged through misuse.

Refunds

Once the item is inspected and approved, we issue your refund.
Shipping costs aren’t refundable — even classic rock can’t bend that rule.

Our Promise

We stand by our work, our designs, and the music that inspired them.
If there’s a problem, we fix it the same way we do everything here:
with clarity, respect, and a little rock ’n’ roll energy.

bottom of page