Deprecated fields on the Customer object
API
Effective April 01, 2022
The following are changes to the GraphQL Admin API's Customer
object:
- The
orders_count
field is renamed tonumber_of_orders
. - The
total_spent
andtotal_spent_v2
fields are replaced byamount_spent
. - The
has_note
field is removed. Thenote
field still exists on thecustomer
. - The
has_timeline_comment
field is removed. To query for comments on the timeline, use the events connection and aquery
argument containingverb:comment
, or look for aCommentEvent
in the__typename
of events.
For more information, refer to the Customer
object.