ConsoleCatalog
Sign in
Apple logo

Apple

apple.comShoppingno auth

Mac, iPhone, iPad, and Watch specs, pricing, and configuration.

Configure Purchase Options

ASYNCREADNo auth

Returns purchase tiers, finance and installment options, and buy pricing for a product.

ParametersFormJSON

Shop configure node path from the configure page (e.g. home/shop_mac/family/macbook_air)

Configure collection product slug (e.g. mba-2026-collection or mbn-2026-collection)

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_apple_com_configure_purchase_options",
    "params": {
      "node": "home/shop_mac/family/macbook_air",
      "product": "mba-2026-collection"
    }
  }'