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 } ]