/
/Billbee API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18h ago · Updated 4w ago
ApiUsage2
CloudStorage1
CustomerAddresses4
Customers10
EnumApi6
Events1
Orders21
Products24
  • postSearch for products, customers and orders. Type can be "order", "product" and / or "customer" Term can contain lucene query syntax
  • getGet a list of all products
  • postCreates a new product
  • getQueries a single article by id or by sku
  • deleteDeletes a product
  • patchUpdates one or more fields of a product
  • getQuery all defined stock locations
  • getReturns a list of fields which can be updated with the patch call
  • getGEts a list of all defined categories
  • postUpdate the stock qty of an article
  • postRetrieve the stock qty for multiple articles at once
  • postUpdate the stock qty for multiple articles at once
  • getQueries the reserved amount for a single article by id or by sku
  • postUpdate the stock code of an article
  • getQueries a list of all custom fields
  • getQueries a single custom field
  • getReturns a list of all images of the product
  • putAdd multiple images to a product or replace the product images by the given images
  • getReturns a single image by id
  • putAdd or update an existing image of a product
  • deleteDeletes a single image from a product
  • getReturns a single image by id
  • deleteDeletes a single image by id
  • post/api/v1/products/images/delete
Provisioning2
Shipments8
ShopAccounts1
Webhooks7
    Products

    Deletes a product

    delete/api/v1/products/{id}

    Path parameters

    idinteger required

    The id of the Product

    Response

    OK

    object required

    Changes