input DeleteProductImageInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

skuString!
srcString!

The URL of the image to remove from the product

Referenced By

Example

{
  "customer_account_id": "abc123",
  "sku": "abc123",
  "src": "abc123"
}