DeleteProduct
Deletes a product in Shopify
Last updated
Was this helpful?
Deletes a product in Shopify
Task version: 1.1.0
Required Frends version: 5.7+
Required .NET version: 8.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.Shopify/tree/main/Frends.Shopify.DeleteProduct
ProductId : String
The ID of the product to delete.
Default: -
Example: 1234567890123
ShopName : String
The subdomain of the Shopify store (e.g., myshop for myshop.myshopify.com).
Default: -
Example: myshop
🗝AccessToken : String
Shopify Admin API access token for authenticating requests.
Default: -
Example: Private: shpat_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx OAuth: shpca_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ApiVersion : String
The version of Shopify API to use
Default: -
Example: 2025-07
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure. True by default.
Default: True
Example: false
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Failed to delete product.
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 }
Changelog for Task Frends.Shopify.DeleteProduct.
Refactored to use real API in tests rather than mocks
Initial implementation
Last updated
Was this helpful?
Was this helpful?

