Shipping details
Delete buyer shipping detail
Deletes a buyer shipping detail.
DELETE
/
buyers
/
{buyer_id}
/
shipping-details
/
{shipping_detail_id}
This endpoint requires the buyers.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
buyer_id
string
requiredThe unique ID for a buyer.
shipping_detail_id
string
requiredThe unique ID for a buyer's shipping detail.
Was this page helpful?