Skip to main content

productDeleteCosts

Delete Product Costs

Removes specific costs from a product. This operation is asynchronous and returns immediately with a processing status while the deletion occurs in the background.

Authentication & Permissions

Requires authentication and the products:delete_costs permission for the product's brand.

Possible Errors

  • **Product not found**: The specified product ID doesn't exist
  • **DeleteCostsError**: Product doesn't belong to specified brand or one or more cost IDs don't exist for the product
  • **Authentication error**: User not logged in or lacks required permissions
productDeleteCosts(
input: DeleteProductCostsInput!
): AsynchronousActionResponse!

Arguments

productDeleteCosts.input ● DeleteProductCostsInput! non-null input

Parameters for DeleteProductCosts

Type

AsynchronousActionResponse object

Asynchronous action response type