For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Objects
OrderFee
OBJECT
Copy page
A fee applied to an order.
Fields
entityId
String
Required
Fee ID.
feeType
FeeType
Required
Fee type.
Allowed values:
CUSTOM_FEE
displayName
String
Required
Fee display name shown to the customer.
cost
Money
Required
Fee cost amount.
Show 4 fields
source
String
Required
Source of the fee.
Referenced by
Fields
BaseOrder.fees
Order.fees
OrderWithPayments.fees