GraphQL OBJECT

UpdateProtectedUrlPayload

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

link Definition

  • type UpdateProtectedUrlPayload {
  • # The updated protected URL.
  • updatedProtectedUrl: ProtectedUrl
  • }

link Required by