Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 11, 2019 16:53
Show Gist options
  • Save alyssoncm/2918e606516367f943db088449e81fe8 to your computer and use it in GitHub Desktop.
Save alyssoncm/2918e606516367f943db088449e81fe8 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