POST
/
sku
/
shippo
/
{merchant}
/
{sku}
/
{qty}
curl --request POST \
  --url https://api.daraa.io/sku/shippo/{merchant}/{sku}/{qty} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "street1": "<string>",
  "city": "<string>",
  "state": "<string>",
  "zip": "<string>",
  "country": "<string>"
}'
[
  {
    "quantity": 123,
    "cost": 123,
    "origin": 123,
    "method": 123,
    "time": 123
  }
]

Path Parameters

merchant
number
required
sku
string
required
qty
number
required

Body

application/json

Response

200 - application/json
Ok

The response is of type object[].