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
Is your feature request related to a problem? Please describe.
On the checkout page, there is no GUID of the selected address, which can be used to get the user address using the following API:
GET User Address
https://{{your-marketplace}}.arcadier.io/api/v2/users/{{userID}}/addresses/{{addressID}}
Returns the details of the addressID specified.
Describe the solution you'd like
It will be nice to have hidden input as in case of user GUID, seller GUID, category GUID, item GUID, etc.
Describe alternatives you've considered
Somehow indicate which line of delivery address on checkout page is state, country, etc.
Maybe it can be done via hidden span.
The text was updated successfully, but these errors were encountered:
haydave
changed the title
Possibility to selected user's delivery address on checkout page
Possibility to get selected user's delivery address on checkout page via GET USER ADDRESS API
Oct 30, 2022
haydave
changed the title
Possibility to get selected user's delivery address on checkout page via GET USER ADDRESS API
Add the selected delivery address GUID on the checkout page
Oct 30, 2022
Is your feature request related to a problem? Please describe.
On the checkout page, there is no GUID of the selected address, which can be used to get the user address using the following API:
Describe the solution you'd like
It will be nice to have hidden input as in case of user GUID, seller GUID, category GUID, item GUID, etc.
Describe alternatives you've considered
Somehow indicate which line of delivery address on checkout page is state, country, etc.
Maybe it can be done via hidden
span
.The text was updated successfully, but these errors were encountered: