Example be.open API
  1. Custom Schemas
Example be.open API
  • be.open API
  • Auth
    • Get api auth token
  • Attributes & Options
    • get all available attributes
    • add or update an attribute
    • get an attribute
    • adds or updates an option
    • get attribute categories
    • get options of a type
  • Basket
    • get Basket
  • Price
    • get Price list
  • Categories
    • get product categories
    • Returns the products of a category.
  • Products & Combinations
    • get product configuration
    • get option configuration
    • get product attributes
    • get product independant attributes
    • Returns the products.
    • adds or updates a product with attributes, options and combinations.
    • Returns the single product.
    • adds or updates attributes, options and combinations of a product. Used to import combinations in parts
    • delete combinations.
    • get country attribute with options
  • Serviceprovider
    • change attribute settings just for this service provider
    • change option settings just for this service provider
    • change attribute category setting just for this service provider
    • /api/serviceproviders/{serviceproviderId}/orders
    • /api/serviceproviders/{serviceproviderId}/orders/{orderId}
    • /api/serviceproviders/{serviceproviderId}/orders/{orderId}
  • Order
    • create an order
    • create order with upload
    • get order
  • Dashboard API (MOVE TO ANOTHER PROJECT)!
    • Customer
      • whoAmI
      • addExternalClient
    • Orders
      • create order
      • update order
      • update order cart
  • Schemas
    • Schemas
      • Attribute
      • DeleteQuantityShipping
      • DeleteQuantityDelivery
      • Authentication
      • AuthenticationResponse
      • AttributeCategory
      • CreateAttribute
      • CreateOption
      • CategoryModel
      • Product
      • CreateProductCombination
      • DeleteProductCombination
      • BasicOrder
      • Order
      • Option
      • ProductMetaInformation
      • DeleteProductVariant
      • Client
      • OrderDetail
      • OrderCustomField
      • OrderFile
      • OrderUpload
      • File
      • ProductAttribute
      • DeleteProductQuantity
      • PartialDelivery
      • OrderDetailFile
      • ProductCombination
      • Address
      • OrderDetailPrice
      • OrderDetailCombination
      • Address2
      • PriceConfiguration
      • Currency
      • ConfigurationOption
      • Price
      • ConfigurationOptionSize
    • Improved Schemas
      • ExampleAttributesCollection
      • Attribute
      • AttributeMetaData
      • Category
    • Responses
    • Custom Schemas
      • ProductResponse
      • OptionOfAttribute
      • CreateProduct
      • ProductTypeData
      • ProductQuantity
      • QuantityShipping
      • QuantityDelivery
      • LooseLeafData
      • DependableAttribute
      • DependableOption
      • ProductVariant
      • AttributeResponse
      • OrderResponse
      • OrderDetailResponse
      • OrderDetailPage
      • OrderAttributeOption
      • UpdateServiceproviderOrderResponse
      • ServiceproviderOrderDetail
      • BasketPrice
      • OrderAddressResponse
      • AttributeOption
      • CreateOrderAddress
      • CreateOrder
      • PatchServiceProviderOrder
    • placedOrder
  1. Custom Schemas

ServiceproviderOrderDetail

{
    "type": "string",
    "id": "string",
    "attributes": {
        "reference": "string",
        "created_at": "string",
        "updated_at": "string",
        "partial_deliveries": [
            "string"
        ],
        "sku": "string",
        "price": null,
        "remoteReference": null,
        "order_combination": {
            "type": "string",
            "attributes": {
                "attribute_options": [
                    {
                        "type": "string",
                        "id": 0,
                        "attributes": {
                            "attribute_id": "string",
                            "external_attribute_id": "string",
                            "option_id": "string",
                            "external_option_id": "string"
                        }
                    }
                ]
            }
        },
        "page_information": null
    },
    "relationships": {
        "files": {
            "data": [
                {
                    "type": "string",
                    "id": "string"
                }
            ]
        },
        "sender_address": {
            "data": {
                "type": "string",
                "id": "string"
            }
        },
        "delivery_address": {
            "data": {
                "type": "string",
                "id": "string"
            }
        },
        "invoice_address": {
            "data": {
                "type": "string",
                "id": "string"
            }
        }
    }
}
Built with