---
title: "Update Rows"
method: PUT
path: "/orders/{order_id}/rows"
tags: ["Pedido"]
---

# Update Rows

`PUT /orders/{order_id}/rows`

Actualizar pedido

## Path parameters

- `order_id` integer, required

## Headers

- `X-Company-Token` string, required

## Request body

- OrderUpdateRow
  - `cliente_id` integer, nullable
  - `requested_shipping_method_id` string, nullable
  - `fecha_de_emision` union
    - string, date
    - string
  - `fecha_de_envio` union
    - string, date
    - string
  - `estado_id` integer, nullable
  - `establecimiento_id` integer, nullable
  - `moneda_id` union
    - integer
    - string
  - `tasa_de_cambio` number, nullable
  - `condicion_pago_id` integer, nullable
  - `condicion_de_pago` PaymentConditionCreate[], nullable
    - `tipo_de_condicion` union
      - string
      - integer
    - `forma_de_pago` union, required
      - integer
      - string
    - `fecha` string, nullable
    - `monto` number, required
    - `id` integer, nullable
    - `description` string
    - `name` string, nullable
  - `observaciones` string, nullable
  - `notas` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
