Skip to product information
1 of 4

Popmart Exciting Macaron (Sesame Bean) (Authentic) (Confirmed Color)

Popmart Exciting Macaron (Sesame Bean) (Authentic) (Confirmed Color)

Regular price 30.500 BHD
Regular price Sale price 30.500 BHD
Sale Sold out
Shipping calculated at checkout.

Low stock

  • Authentic Popmart Exciting Macaron (Confirmed Sesame Bean)

  • 2 QR Codes, Authenticated on Popmart Website. 

  • Designer: POP MART
    Release Date: July 12, 2024

  • Material: ABS/PVC

  • Height: 6.7 inches

View full details
{ "@context": "https://schema.org", "@type": "Product", "name": "{{ product.title | escape }}", "image": [{% for image in product.images %}"{{ image | img_url: 'master' }}"{% unless forloop.last %}, {% endunless %}{% endfor %}], "description": "{{ product.description | strip_html | escape }}", "sku": "{{ product.selected_or_first_available_variant.sku | default: product.id }}", "brand": { "@type": "Brand", "name": "{{ product.vendor | default: shop.name }}" }, "offers": { "@type": "Offer", "url": "{{ shop.url }}{{ product.url }}", "priceCurrency": "BHD", "price": "{{ product.selected_or_first_available_variant.price | divided_by: 100.0 }}", "availability": "https://schema.org/{% if product.available %}InStock{% else %}OutOfStock{% endif %}", "itemCondition": "https://schema.org/NewCondition", "priceValidUntil": "{{ 'now' | date: '%Y-%m-%d' }}" } }