You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also extend this for OrderCollection.
background: we are changing the get_orders endpoint to return an OrderCollection (like OpportunityCollection) instead of list[Order]
see comment on pr #80 here: #80 (comment)
The text was updated successfully, but these errors were encountered:
I found #47 does address the OpportunityCollection link. I am not sure it can be rebased effectively at this point, but the code there might serve as an effective start at implementing that link.
I'm going to add the create-order link, but it's not conventional for a search endpoint like /opportunities to return a self link unless there's actually an identifiable persistent resource created
See comment on pr #80 here: #80 (comment)
Also extend this for OrderCollection.
background: we are changing the get_orders endpoint to return an OrderCollection (like OpportunityCollection) instead of list[Order]
see comment on pr #80 here: #80 (comment)
The text was updated successfully, but these errors were encountered: