cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/{shopId}/orders/63e3d4a0e122cce3bb32a170 \ --header 'Content-Type: application/json' \ --data ' { "shipping": 3000 } '
3000
Was this page helpful?