GET
/
sku
/
{merchant}
/
{sku}
/
{zip}
curl --request GET \
  --url https://api.daraa.io/sku/{merchant}/{sku}/{zip}
[
  {
    "quantity": 123,
    "cost": 123,
    "origin": 123,
    "method": 123,
    "time": 123
  }
]

Path Parameters

merchant
number
required
sku
string
required
zip
string
required

Response

200 - application/json

Ok

The response is of type object[].