.. index:: Order, Products Product .. _order_product: Order product ============= A product in an order. Fields ------ .. apifields:: .. apifield:: :name: productId :type: int :constraints: -- :required: true :writable: false The id of the product. .. apifield:: :name: price :type: int :constraints: -- :required: true :updateable: false :writable: false The price of this product in euro cents. .. apifield:: :name: description :type: string :constraints: -- :required: true :updateable: false :writable: false Description of this product. Reference --------- .. endpoint:: GET /v1/orders/{orderId}/products/{productId} Retrieve the products contained in the order with the given orderId and productId.