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
        • Translations
          • List product translations
      • 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
        • Upload one or multiple files
      • 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
    • Schemas
      • API
        • ApiRespoinse
        • ApiError
        • ApiPagination
      • V1
        • Discounts
          • percentageAmount
          • fixedPrice
          • buyXGetY
          • tieredPercentageAmount
        • General
          • customFields
          • Payment
        • Product
          • Stock
            • Stock search request
            • Stock search respons
            • Location stock
            • Incoming stock
          • Prices
            • Price search request
            • Price search respons
          • Product search request
          • Product search response
          • Composition
          • Attribute
          • Product configuration option
        • Customer
        • Supplier
        • Product
        • VAT
        • Quote
        • QuoteLine
        • Order
        • OrderLine
        • Invoice
        • InvoiceLine
        • Variants
        • Address
        • Configuration
        • Receipt
        • Delivery
        • PurchaseOrder
        • PurchaseOrderLine
        • PriceCalculation
        • PriceProduct
        • PriceCustomer
        • Stock
        • Group
        • ProductReferences
        • PaymentCondition
        • CustomField
        • AditionalDescriptions
      • CustomFields

    CustomFields

    {
        "customFields": [
            {
                "code": "string",
                "name": "string",
                "values": [
                    "string"
                ]
            }
        ]
    }