GraphQL GraphQL OBJECT

DeleteProtectedUrlPayload

Payload for deleted protected URL. Protected URLs are used to control the content of the shopping cart and protect private information, such as product price.

link Definition

  • type DeleteProtectedUrlPayload {
  • # ID of the deleted protected URL.
  • deletedProtectedUrlId: Int
  • }

link Required by