ConsoleCatalog
Sign in
Teachers Pay Teachers logo

Teachers Pay Teachers

teacherspayteachers.comMarketplaceno auth

Teacher-created resources, pricing, reviews, and seller stores.

Bundle Resources

ASYNCWRITENo auth

Returns the resources included in a product bundle with titles, prices, and tags.

ParametersFormJSON

List of TPT product id strings for batch pricing or bundle lookup

Offset into bundle resource list

Maximum bundle items to return

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_teacherspayteachers_product_bundle_resources",
    "params": {
      "product_ids": "1048011",
      "bundle_offset": "0",
      "bundle_limit": "5"
    }
  }'