# Create a new shipment — Nacex Botize method — `nacex.put_expedicion` (action). Create a new shipment in Nacex with its service and delivery details. 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. - `tip_cob` *(string)* — Tipo de Cobro (O – Origen / D – Destino / T – Tercera) - `tip_ser` *(string)* — Tipo de Servicio (01 Nacex 10H, 02 Nacex 13H, etc) - `ref_cli` *(string)* — Referencia del cliente (Para multiples referencias separarlas por ; ) - `tip_env` *(string)* — Tipo de envío (España, Portugal, Andorra: 0 = Docs / 1 = Bag / 2 = Paq - Internacional: D = Documentos / M = Muestras) - `bul` *(string)* — Número de bultos (Ej. Para 5 bultos, 005) - `kil` *(string)* — Kilos - `obs1` *(string)* — Observaciones - `nom_ent` *(string)* — Nombre - `dir_ent` *(string)* — Dirección - `pais_ent` *(string)* — País - `cp_ent` *(string)* — Código (Ej. 08902) - `pob_ent` *(string)* — Población - `tel_ent` *(string)* — Teléfono *(Fields derived from the configuration form.)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{exp_cod}}` *(int)* — Código de expedición - `{{ag_cod_num_exp}}` *(text)* — Agencia y Expedición - `{{color}}` *(text)* — Color caja-ruta - `{{ent_ruta}}` *(text)* — Ruta - `{{ent_cod}}` *(text)* — Codigo Agencia - `{{ent_nom}}` *(text)* — Nombre Agencia - `{{ent_tlf}}` *(text)* — Tel entrega - `{{serv}}` *(text)* — Nombre del servicio - `{{hora_entrega}}` *(text)* — Hora de entrega - `{{barcode}}` *(text)* — Código de barras - `{{fecha_objetivo}}` *(text)* — Fecha prevista de entrega - `{{cambios}}` *(text)* — Cambios realizados ## Account Needs a connected Nacex account in Botize: https://botize.com/en/app/nacex/authenticate ## This app Every trigger and action for Nacex: https://botize.com/en/app/nacex.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/nacex/put_expedicion