Skip to main content
PATCH
/
{shopId}
/
shipping
/
rates
/
{rateId}
Update shop shipping rate Copy
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/shipping/rates/{rateId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "deliveryType": "pickup",
  "disabled": false
}
'

Path Parameters

rateId
string
required
Example:

"63526b84fc8e3c7ee186db15"

Body

application/json
deliveryType
string
Example:

"pickup"

disabled
boolean
Example:

false

Response

200 - undefined