OBJECT
Price
A price, which includes currency code and net (default) and gross values. You may prefer to use this rather than the separate price_inc, price_exc, currency fields originally defined, and retained for backwards compatibility where they already existed.
link Require by
- BasketQuery: basket, returns Basket For all basket operations, there will be a default, unique API Basket name based on the user name. If a basket ID is not passed in, all operations will be performed on the default stored basket.
- BasketLineA single line item within a Basket
- BigBoxDeliverySlotnull
- BigBoxServiceA single BigBox service. When selecting services to add to the basket, supply a list of the 'path' property. Do not select more than one service in the same service-section and service-type (also the same path up to and not including the final element) (On-site this is managed by being a HTML form radio button group. Here you must just be good!)
- DespatchedProductProducts within a Despatch
- OrderThe Order object returns all the information required when asking for information on an order
- OrderLineOrder line information
- PriceA price, which includes currency code and net (default) and gross values. You may prefer to use this rather than the separate price_inc, price_exc, currency fields originally defined, and retained for backwards compatibility where they already existed.
- ProductQUERY: product, returns Product The user would expect to obtain all the details on the given product
- SimpleProductBasic product details. Doesn't offer sub-products (eg accessories) Products can include SimpleProducts. This avoids performance or recursive issues.