Skip to main content
Log inSign up
Anchor to OrderStagedChangeAddCustomItem

OrderStagedChangeAddCustomItem

object

Requires read_order_edits access scope.

A change to the order representing the addition of a custom line item. For example, you might want to add gift wrapping service as a custom line item.

MoneyV2!non-null

The price of an individual item without any discounts applied. This value can't be negative.

Int!non-null

The quantity of the custom item to add to the order. This value must be greater than zero.

String!non-null

The title of the custom item.


Was this section helpful?