/
Delete a Customer Ship-To address
Delete a Customer Ship-To address
Use this method to delete an existing Customer’s Ship-To.
Valid Tokens: Company.
Related Articles
-
Delete a Prebook 1.0 (API)
-
-
Ship To - Ship Via Grower (Knowledge Base)
-
-
Use Ship To for Multiple-Locations (Knowledge Base)
Request
URL: https://api.kometsales.com/api/customer.shipto.delete
Method: POST
Content-Type: application/JSON
Input Parameters
authenticationToken (required)(string:50)
Komet Sales security token.
shipToId (required) (integer:20)
The Ship-To ID you want to delete.
You can get this value from the customer.shipto.list API method.
{
"authenticationToken": "token_info_goes_here",
"shipToId": 20131
}
Response
status (integer:1)
Transaction status.
Valid values: 1 = Success | 0 = Failure
message (string:500)
Transaction status description.
{
"status": 1,
"message": "Ship to removed."
}
Peacock
, multiple selections available,
Related content
Add a new Customer Ship-To
Add a new Customer Ship-To
More like this
Update a Customer’s Ship-To
Update a Customer’s Ship-To
More like this
Delete a Customer contact
Delete a Customer contact
More like this
Add a Customer's Ship-To Address
Add a Customer's Ship-To Address
More like this
Delete a Prebook
Delete a Prebook
More like this