PUT api/ShopifyWebhook

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ShopifyWebhook
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TenantId": "sample string 2",
  "ShopDomain": "sample string 3",
  "ShopId": 1,
  "Topic": "sample string 4",
  "PayLoad": "sample string 5",
  "IsValid": true,
  "DateTimeStamp": "2025-05-09T18:53:40.9698036+00:00",
  "PayloadResponse": "sample string 6",
  "IsCompleted": true,
  "CompletedDateTimeStamp": "2025-05-09T18:53:40.9698036+00:00",
  "CompletedResponse": "sample string 7",
  "CustomerId": 1,
  "CustomerEmail": "sample string 8",
  "DataRequestId": 1,
  "OrdersRequested": "sample string 9",
  "OrdersToRedact": "sample string 10"
}

application/xml, text/xml

Sample:
<ShopifyGDPRWebhook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <CompletedDateTimeStamp>2025-05-09T18:53:40.9698036+00:00</CompletedDateTimeStamp>
  <CompletedResponse>sample string 7</CompletedResponse>
  <CustomerEmail>sample string 8</CustomerEmail>
  <CustomerId>1</CustomerId>
  <DataRequestId>1</DataRequestId>
  <DateTimeStamp>2025-05-09T18:53:40.9698036+00:00</DateTimeStamp>
  <Id>1</Id>
  <IsCompleted>true</IsCompleted>
  <IsValid>true</IsValid>
  <OrdersRequested>sample string 9</OrdersRequested>
  <OrdersToRedact>sample string 10</OrdersToRedact>
  <PayLoad>sample string 5</PayLoad>
  <PayloadResponse>sample string 6</PayloadResponse>
  <ShopDomain>sample string 3</ShopDomain>
  <ShopId>1</ShopId>
  <TenantId>sample string 2</TenantId>
  <Topic>sample string 4</Topic>
</ShopifyGDPRWebhook>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShopifyGDPRWebhook'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.