Skip to main content
POST
/
{shopId}
/
delivery
/
rates
Get shipping/pickup rates Copy 4
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/delivery/rates \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "80 Ishau Olorunfunmi street, 112104, Ado Odo/Ota, Ogun, Nigeria",
  "contact": {
    "email": "[email protected]",
    "telephone": "+23409034362570",
    "whatsApp": null
  },
  "fullName": "Adeyinka Badmus"
}
'

Query Parameters

type
string
Example:

"delivery"

country
string
Example:

"628c8d3c21ce8313e6293c8e"

order
string
Example:

"637ab55ff21f30cfd715b0c9"

limit
string
Example:

"1"

cart
string
Example:

"01H46KA4EEKZCAJ7GBQ312SBAT"

Body

application/json
address
string
Example:

"80 Ishau Olorunfunmi street, 112104, Ado Odo/Ota, Ogun, Nigeria"

contact
object
fullName
string
Example:

"Adeyinka Badmus"

Response

200 - undefined