Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 11, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/7cc8a072c1c234ad6b6476f753a5da0a to your computer and use it in GitHub Desktop.
Save alyssoncm/7cc8a072c1c234ad6b6476f753a5da0a to your computer and use it in GitHub Desktop.
GET /api/products-2
[{
...,
"delivery": {
"shipping": "Amazon Prime",
"expectedDays": "2"
}
},
{
...,
"delivery": {
"shipping": "Amazon FBA",
"expectedDays": "6"
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment