cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/{shopId}/shipping/rates/{rateId} \ --header 'Content-Type: application/json' \ --data ' { "deliveryType": "pickup", "disabled": false } '
"63526b84fc8e3c7ee186db15"
"pickup"
false
Was this page helpful?