Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 11, 2019 16:52
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/288cab31a8e155802a405d918d7e4de5 to your computer and use it in GitHub Desktop.
Save alyssoncm/288cab31a8e155802a405d918d7e4de5 to your computer and use it in GitHub Desktop.
GET /api/productsWithDeliveryDetails
[
{
...,
"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