MANGOTEEPRINTS
  1. Schemas
MANGOTEEPRINTS
  • Overview
  • Change log
  • Production Lines
    • List Production Lines
  • Catalog
    • Get Catalogs
    • Get Catalog Detail
  • Products
    • Get Products
    • Get Product Detail
    • Get Product Variations
  • Orders
    • Create Order
    • List Orders
    • Get Order Detail
    • Update Order
    • Delete Order
    • Cancel Order
  • Webhooks
    • Create Webhook
    • List Webhooks
    • Get Webhook
    • Update Webhook
    • Delete Webhook
  • Schemas
    • Schemas
      • ShippingMethod Copy
      • CancelOrderData
      • CancelOrderResponse
      • CatalogsListData
      • CreateOrderResponse
      • FacilityType
      • GenericWebhookRequest
      • GetOrderResponse
      • GetProductionLineResponse
      • HTTPValidationError
      • InsertSchema
      • ListOrdersResponse
      • ListProductionLinesResponse
      • OrderCancelSchema
      • OrderCreateSchema
      • OrderItemResponseSchema
      • OrderItemSchema
      • OrderListData
      • OrderResponseSchema
      • OrderStatus
      • OrderUpdateSchema
      • PaginationInfo
      • PrintFileSchema
      • ProductionLineListData
      • ProductionLineSchema
      • ProductsListData
      • PublicBaseResponse
      • PublicCatalogDetailResponse
      • PublicCatalogResponse
      • PublicCatalogsListResponse
      • PublicProductDetailResponse
      • PublicProductResponse
      • PublicProductsListResponse
      • PublicVariationResponse
      • PublicVariationsListResponse
      • ShippingMethod
      • SpeedType
      • TrackingEventSchema
      • UpdateOrderResponse
      • ValidationError
      • VariationsListData
      • WebhookCreate
      • WebhookEvent
      • WebhookListResponse
      • WebhookUpdate
      • WebhookResponse
      • WebhookResponse
  1. Schemas

UpdateOrderResponse(UpdateOrderResponse)

Response schema for updating an order.

{
    "code": "ORDER_UPDATED",
    "data": {
        "address_line_1": "456 New Street",
        "address_line_2": "Apt 200",
        "city": "Los Angeles",
        "country": "US",
        "email": "john.updated@example.com",
        "first_name": "John Updated",
        "id": "2bf824c3-7f14-41a1-a523-0972c18bd119",
        "last_name": "Doe Updated",
        "note": "Updated delivery instructions",
        "order_id": "ORD005",
        "phone": "+1-555-999-8888",
        "state": "CA",
        "status": "new_order",
        "updated_at": "2025-08-20T17:00:00.000000",
        "zip": "90001"
    },
    "message": "Order updated successfully",
    "request_id": "770fa600-a49d-63f6-c938-668877662222",
    "status": true,
    "timestamp": "2025-08-20T17:00:00.000000"
}
Built with