Skip to content

Instantly share code, notes, and snippets.

@nicemaker
Created June 18, 2020 13:58
Show Gist options
  • Save nicemaker/3265db637f42d422bf8c699e997d55b3 to your computer and use it in GitHub Desktop.
Save nicemaker/3265db637f42d422bf8c699e997d55b3 to your computer and use it in GitHub Desktop.
Mock requests
curl -XPOST -H "Content-type: application/json" -d '{"checkout":{"cart":{"items":[{"variantId":8033147715626,"quantity":10}]},"shippingAddress":{"firstName":"Bjorn","lastName":"Grambow","street":"Street 1","postcode":"51647","city":"Gummersbach","country":"DE"},"customerId":2984640380970},"listParams":{"returnUrl":"example.com","cancelUrl":"example.com"}}"' 'https://cha2ypn5y6.execute-api.eu-central-1.amazonaws.com/staging'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment