Tying an Order to a Team Member

Hi Everyone,

I am trying to see if we can tie an order to a team member. i.e “What team member captured this order?”

Some of the fields I have gathered from the Orders repsonse.body are:

  • OrderID
  • TransactionID
  • PaymentID

I’ve look at the Order object, both attributes and data types, but can’t figure out how to tie an Order to a Team Member…any help would be greatly appreciated!

Resouces:

Hey @jose.servin! There isn’t an explicit field on the Order object for this currently, but you can the metadata field to associate an order with a team member’s ID.

Got it, thank you @josh-square !

1 Like