ConsoleCatalog
Sign in
1-800-Flowers logo

1-800-Flowers

1800flowers.comShoppingno auth

Flowers and gifts, occasions, pricing, variants, and reviews.

Category Bulk Pricing

ASYNCWRITENo auth

Returns sale and retail prices for a batch of products by part number.

ParametersFormJSON

List of product part numbers (strings or objects with part_number) to batch-price

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_1800flowers_category_bulk_pricing",
    "params": {
      "products": "1001-P-191167,1001-P-213405,1001-P-192115"
    }
  }'