From 5673b2723c36891e46288a42996284171ab226fb Mon Sep 17 00:00:00 2001 From: Muzaffer Date: Sun, 18 Jan 2026 15:34:26 +0300 Subject: [PATCH] docs: use fulfillment instead of shipping in order totals example --- docs/specification/order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification/order.md b/docs/specification/order.md index 1f5fdd2f..80e2b9ff 100644 --- a/docs/specification/order.md +++ b/docs/specification/order.md @@ -246,7 +246,7 @@ Examples: `refund`, `return`, `credit`, `price_adjustment`, `dispute`, ], "totals": [ { "type": "subtotal", "amount": 13000 }, - { "type": "shipping", "amount": 1200 }, + { "type": "fulfillment", "amount": 1200 }, { "type": "tax", "amount": 1142 }, { "type": "total", "amount": 15342 } ]