OBJECT

BigBoxService

A 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!)

link GraphQL Schema definition

  • type BigBoxService {
  • # this one. this is what you send in a list to selectbigboxservices. The rest is
  • # FYI.
  • path: String!
  • bigbox_product_code: String!
  • service_section: String!
  • service_type: String!
  • sku: String!
  • service_code: String!
  • mainspec_offer: String
  • description: String
  • unit_price: Price
  • selected: Boolean!
  • }