LogicTrade API
    LogicTrade API
    • Authentication
    • Pagination
    • Rate limits
    • Error codes
    • Changelog
    • Configuration Service
    • Endpoints
      • Authentication
        • Introspection
      • Customer
        • Authenticate a customer user account
        • List all customers
        • Retrieve a customer by id
        • Create a customer
        • Update a customer
        • Remove the customer
      • Supplier
        • List all suppliers
        • Retrieve a supplier by id
        • Create a supplier
        • Update a supplier
        • Remove the supplier
      • Product
        • Product
          • List all products
          • Retrieve a product by id
          • Create a product
          • Remove the products
          • Update a product
          • Search products
          • List all variants
          • Retrieve a variant by id
          • Create a variant
          • Update a variant
          • Delete a variant
        • Groups
          • List all product groups
        • Discount
          • List all discounts for products
          • Get all discounts for product by id
          • List all discounts for customers
          • Get all discounts for a customer by id
        • Stock
          • Get stock for products
          • Search stock for products
        • Prices
          • Get product prices
        • Descriptions
          • Get the descriptions for a product
        • References
          • Get the product references
        • Compositions
          • Get product compositions
        • Configurator
          • List all configuration steps
          • List all configuration step values
          • Get configuration step value image
          • List all product configuration steps
      • Quote
        • List all quotes
        • Retrieve a quote by id
        • Create a quote
        • Update a quote
      • Sales order
        • Lines
          • Create an order line
          • Retrieve an order line by id
          • Update an order line
          • Delete an order line
        • List all orders
        • Retrieve an orders by id
        • Create an order
        • Update an order
      • Invoice
        • List all invoices
        • Retrieve a invoice by id
        • Create a invoice
        • Update a invoice
      • Delivery
        • Get list of orders that can be delivered
        • Update the order with delivery information
      • Purchase order
        • List all purchase orders
        • Retrieve a purchase orders by id
        • Create a purchase order
        • Update a purchase order

    Changelog

    Below is a brief overview of the changes we have made to the API.
    14 September 2025
    Added product variant endpoints.
    Added configurator endpoints endpoints.
    Added reservations in the purchase order response.
    Added /authenticate endpoint in the customer domain.
    Added incomingStock and configurationComposition to the product stock response.
    14 September 2025
    Added id to attribute groups in the product endpoints responses.
    Added reservations to the purchase order endpoints.
    03 September 2025
    Added paymentConditionto create customer endpoint.
    Added paymentConditionto create quote endpoint.
    Added paymentConditionto create invoice endpoint.
    13 August 2025
    11 July 2025
    30 June 2025
    16 June 2025
    11 June 2025
    10 June 2025
    21 May 2025
    16 May 2025
    13 May 2025
    6 May 2025
    1 May 2025
    25 April 2025
    23 April 2025
    9 April 2025
    2 April 2025
    10 February 2025
    8 January 2025
    19 December 2024
    18 November 2024
    8 November 2024
    Modified at 2025-10-02 06:32:16
    Previous
    Error codes
    Next
    Configuration Service