ConsoleCatalog
Sign in
Beauty Pie UK logo

Beauty Pie UK

beautypie.comFashion Beautyno auth

Beauty Pie skincare and makeup - product listings, details, pricing, and reviews.

Cart Add

ASYNCWRITENo auth

Adds a product to the basket and returns updated cart items and totals.

ParametersFormJSON

Commerce variant ID for the product being added to basket

Numeric variant SKU paired with variant_id

Quantity of the variant to add

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_beautypie_uk_cart_add",
    "params": {
      "variant_id": "3074457345616753230",
      "variant_sku": "191726",
      "quantity": "1"
    }
  }'