POST Customer/Delete

Request Information

URI Parameters

None.

Body Parameters

DeletedCustomer
NameDescriptionTypeAdditional information
addresses

Collection of Object

None.

admin_graphql_api_id

string

None.

email_marketing_consent

Object

None.

id

integer

None.

phone

Object

None.

sms_marketing_consent

Object

None.

tax_exemptions

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "addresses": [
    {},
    {}
  ],
  "admin_graphql_api_id": "sample string 1",
  "email_marketing_consent": {},
  "id": 3,
  "phone": {},
  "sms_marketing_consent": {},
  "tax_exemptions": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<DeletedCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopifyWebhook.Models">
  <addresses xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </addresses>
  <admin_graphql_api_id>sample string 1</admin_graphql_api_id>
  <email_marketing_consent />
  <id>3</id>
  <phone />
  <sms_marketing_consent />
  <tax_exemptions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </tax_exemptions>
</DeletedCustomer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.