Last active
December 15, 2023 15:28
-
-
Save davidshumway/0576c4e724266177c590527323f0f41f to your computer and use it in GitHub Desktop.
Macy's - when did I add the item to my shopping cart?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# url | |
https://www.macys.com/my-bag/{id} | |
# response | |
... | |
&PseudoCat=...&PseudoProdID=...&BagDate=6%2F29%2F2023&breadCrumbCategory=Dining%20-%20Dinnerware&productCategoryName=Dining%20-%20Dinnerware | |
... | |
# i.e. | |
6%2F29%2F2023 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment