Customer with a list of orders in the authorization response #2606
Answered
by
srindom
maxpanakov
asked this question in
Q&A
-
Do we really need full list of orders ? this loads the request. Can it be optional ? |
Beta Was this translation helpful? Give feedback.
Answered by
srindom
Nov 15, 2022
Replies: 1 comment
-
Think this is a great point! There are a couple of things that would need to be done here, however:
Would you be interested in opening a PR on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srindom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Think this is a great point! There are a couple of things that would need to be done here, however:
fields
andrelations
params on the customer endpointsdefaultRelations
,defaultFields
for/store/customers/*
endpoints./store/customers/me/orders
works as expected.Would you be interested in opening a PR on this?