For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteProduct

Deletes a product in Shopify

Task version: 1.1.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

ProductId : String

The ID of the product to delete.

Default: - Example: 1234567890123

Task Result

Name
Description

Success : Boolean

Indicates if the product was deleted successfully. Example: true

Error : Error

Error that occurred during task execution. Example: object { string Message, object { Exception Exception } AdditionalInfo }

Task Changelog

Changelog for Task Frends.Shopify.DeleteProduct.

[1.1.0] - 2025-07-17

Changed

  • Refactored to use real API in tests rather than mocks

[1.0.0] - 2025-06-19

Changed

  • Initial implementation

Last updated

Was this helpful?