Skip to content

Tiendanube - Update Order

This module allows modifying existing orders in Tiendanube: change status, add seller notes, and mark as shipped with tracking information.

  • Store ID: Your store ID
  • Access Token: OAuth2 access token
ParameterTypeRequiredDescription
credentials_idcredentialYesTiendanube credentials
order_idstringYesOrder ID to update
statusselectNoChange status (open, close, cancel)
owner_notestringNoSeller note (internal)
shipping_statusselectNoMark as shipped
tracking_numberstringNoTracking number
tracking_urlstringNoTracking URL
shipping_companystringNoShipping company
{
"success": true,
"order": {...},
"order_id": 123456,
"fields_updated": ["status", "fulfillment"],
"fulfillment": {...},
"message": "Order 123456 updated successfully"
}
{
"order_id": "123456",
"status": "close"
}
{
"order_id": "123456",
"owner_note": "Customer requested gift wrapping"
}
{
"order_id": "123456",
"shipping_status": "shipped",
"tracking_number": "OC123456789AR",
"tracking_url": "https://correoargentino.com.ar/tracking/OC123456789AR",
"shipping_company": "Correo Argentino"
}
{
"order_id": "123456",
"status": "cancel"
}
  • Status Endpoint: POST /v1/{store_id}/orders/{id}/{action}
  • Fulfillment Endpoint: POST /v1/{store_id}/orders/{id}/fulfill
  • Documentation: Tiendanube Orders API
  • Status actions are: open, close, cancel
  • The fulfillment automatically sends an email to the customer with tracking
  • The seller note (owner_note) is not visible to the customer
  • Common shipping companies: Correo Argentino, OCA, Andreani, Mercado Envios
  • For Brazil: Correios, Jadlog, Total Express