# API Request — AliExpress Affiliates Botize method — `aliexpress_associates.api_request` (action). Make a request to any AliExpress endpoint. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `method` *(string, one of: "get" = GET; "post" = POST; "put" = PUT; "delete" = DELETE)* — Method - `url` *(string)* — Your URL - `headers` *(string)* — Headers - `body_type` *(string, one of: "none" = none; "form-data" = form-data; "json" = json; "raw" = raw, default: "none")* — Body - `body_raw` *(string)* - `tracking_id` *(string)* — Tracking Id - `mb_outputvars_switch` *(boolean)* — Customize tags It also accepts repeatable field groups, with these prefixes: `query_params_key_*`, `query_params_value_*`, `query_params_description_*`, `body_params_key_*`, `body_params_value_*`, `body_params_description_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{http_code}}` *(int)* — HTTP Code - `{{http_response}}` *(array)* — HTTP Response ## Account Needs a connected AliExpress Affiliates account in Botize: https://botize.com/en/app/aliexpress_associates/authenticate ## This app Every trigger and action for AliExpress Affiliates: https://botize.com/en/app/aliexpress_associates.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/aliexpress_associates/api_request