---
title: "Update Shopify Billing Data"
method: PUT
path: "/orders/{order_id}/billing-data"
tags: ["Pedido"]
---

# Update Shopify Billing Data

`PUT /orders/{order_id}/billing-data`

Actualizar datos de facturación de pedido Shopify

## Path parameters

- `order_id` integer, required

## Headers

- `X-Company-Token` string, required

## Request body

- ShopifyOrderBillingUpdateRequest
  - `document_type` string, nullable
  - `document_number` string, nullable
  - `name` string, nullable
  - `address` string, nullable

## Response `200`

Successful Response

- ShopifyOrderBillingUpdateResponse
  - `success` boolean
  - `message` string, required
  - `data` ShopifyOrderBillingData, required
    - `invoice_type` string, nullable
    - `document_type` string, nullable
    - `document_number` string, nullable
    - `name` string, nullable
    - `address` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `source_value` string, nullable

## 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)
