Skip to main content
POST
/
{shopId}
/
shipping
/
rates
Create shop shipping rate (Pick up free)
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/shipping/rates \
  --header 'Content-Type: application/json' \
  --data '
{
  "deliveryType": "delivery",
  "name": "standard no rate",
  "rateType": "norate",
  "source": "62d351a161c265a117704142",
  "zone": "63420576c267f66c26475611"
}
'

Body

application/json
deliveryType
string
Example:

"delivery"

name
string
Example:

"standard no rate"

rateType
string
Example:

"norate"

source
string
Example:

"62d351a161c265a117704142"

zone
string
Example:

"63420576c267f66c26475611"

Response

200 - undefined