Skip to main content

Delete a list of products from provided IDs list

DELETE 

/api/v1/supplier_products/list

Delete a list of products from provided IDs list

Request

Body

    data

    object

    type string

    Possible values: [supplier_products]

    supplier_product_ids string[]

    Collection of SupplierProduct IDs to delete

Responses

Delete a list of products from provided IDs list

Schema

    any

Loading...