Example be.open API
    • be.open API
      • be.open API
      • Samples
      • Auth
        • Get api auth token
      • Attributes & Options
        • attributes
          • get country options of a product
        • get all available attributes
        • create or update an attribute
        • get a single attribute by id
        • adds or updates an option
        • list attribute categories
        • returns options for an attribute type of a service provider
      • 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 independent 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
        • list orders for a service provider
        • get an order for a service provider
        • update order status from service provider
      • Order
        • create an order
        • get order
      • change attribute category setting just for this service provider
        PATCH
      • change attribute category setting just for this service provider
        PATCH
      • Schemas
        • Schemas
          • Attribute
          • AttributeCategory
          • CategoryModel
          • Product
          • BasicOrder
          • Order
          • Option
          • ProductMetaInformation
          • Client
          • OrderDetail
          • OrderCustomField
          • OrderFile
          • OrderUpload
          • File
          • PartialDelivery
          • OrderDetailFile
          • ProductCombination
          • Address
          • OrderDetailPrice
          • OrderDetailCombination
          • Address2
          • PriceConfiguration
          • Currency
          • ConfigurationOption
          • Price
          • ConfigurationOptionSize
        • Improved Schemas
          • ExampleAttributesCollection
          • Attribute
          • AttributeMetaData
          • Category
        • Responses
        • Custom Schemas
          • UpdateServiceproviderOrderResponse
        • AttributeOption
        • CreateProduct
        • QuantityShipping
        • QuantityDelivery
        • DeleteQuantityShipping
        • placedOrder
        • DeleteQuantityDelivery
        • Authentication
        • AuthenticationResponse
        • CreateAttribute
        • CreateOption
        • CreateProductCombination
        • DeleteProductCombination
        • ProductTypeData
        • DependableAttribute
        • ProductVariant
        • DeleteProductVariant
        • ServiceproviderOrderDetail
        • DependableOption
        • ProductQuantity
        • ProductAttribute
        • DeleteProductQuantity
        • OrderDetailPage
        • OptionOfAttribute
        • ProductResponse
        • LooseLeafData
        • AttributeResponse
        • OrderResponse
        • OrderDetailResponse
        • OrderAttributeOption
        • BasketPrice
        • OrderAddressResponse
        • CreateOrderAddress
        • CreateOrder
        • PatchServiceProviderOrder
        • JsonApi
        • PaginationMeta
        • PaginationLinks
        • AttributesListResponse
        • AttributeSingleResponse
        • OptionSingleResponse
        • AttributeResource
        • OptionIdentifier
        • AttributeCategoryEmbedded
        • AttributeCategoryResource
        • OptionResource
    • Druckshop API
      • Cart
        • getByJobNumber
      • Tracking
        • getByJobNumber
        • addTrackingId
      • Order
        • getOrder
        • getOrders
        • getOrderByReference
        • getOrderCart
      • FreeOrder
        • addFreeOrder
      • Schemas
        • FreeOrder
        • FreeOrderResponse
        • ApiAddress
        • FreeOrderPrice
        • FreeOrderCart
        • FreeOrderArticle
        • FreeOrderDataKeyValuePrice
    • be.print Dashboard API
      • PlacedOrder
        • Store a newly created placedOrder
        • Update an existing placedOrder
      • PlacedOrderCart
        • Store a newly created placedOrderCart
        • Update an existing placedOrderCart
      • Sso
        • sso.getTokenCheck
        • sso.setUserMapping
      • ValidateCustomerApi
        • validateCustomerApi.whoAmI
        • validateCustomerApi.postExternalClient
      • Dashboard API (MOVE TO ANOTHER PROJECT)!
        • Customer
          • whoAmI
          • addExternalClient
        • Orders
          • create order
          • update order
          • update order cart
      • Schemas
        • Schemas
          • AddExternalClientRequest
          • PlacedOrderCartRequest
          • PlacedOrderRequest
          • SsoExternalLinkRequest
          • SsoExternalUserMapping
        • Response
          • AuthenticationException
          • ValidationException
          • AuthorizationException
          • ModelNotFoundException
        • placedOrder

    ProductResponse

    {
        "type": "string",
        "id": "string",
        "attributes": {
            "meta": {
                "type": "string",
                "id": "string",
                "attributes": {
                    "characteristics": null,
                    "info": null,
                    "shipping_packing_info": null,
                    "product_number": null,
                    "product_type": "string",
                    "fix_price": null,
                    "seo_url": null,
                    "canonical_url": null,
                    "browser_title": null,
                    "meta_key_words": null,
                    "meta_description": null,
                    "production_period": null,
                    "number_of_pages": null,
                    "icons": [
                        "string"
                    ],
                    "images": [
                        "string"
                    ],
                    "uploads": [
                        "string"
                    ]
                }
            },
            "key": "string",
            "status": 0,
            "isClosedShop": true,
            "hasExternalPrice": true,
            "name": "string",
            "description": null,
            "serviceprovider": "string",
            "custom_format": {
                "type": "string",
                "attributes": {
                    "min_width": null,
                    "max_width": null,
                    "min_height": null,
                    "max_height": null
                },
                "links": {
                    "self": "string"
                }
            },
            "loose_leaf_data": {
                "type": "string",
                "attributes": {
                    "min_pages": null,
                    "max_pages": null,
                    "min_copies": null,
                    "max_copies": null,
                    "divisible_by": null,
                    "pages_default": null,
                    "copies_default": null,
                    "hide_pages": true,
                    "hide_copies": true,
                    "hide_color_pages": true
                },
                "links": {
                    "self": "string"
                }
            },
            "categoryId": "string",
            "has_sets": true,
            "default_combination": "string"
        },
        "links": {
            "self": "string"
        }
    }
    Built with