Skip to main content

Arguments

brand : String default: OCTOPUS_ENERGY_SPAIN

The market brand code.

date : Date

The date when product must be available.

isHidden : Boolean

Get products based on its hidden attribute, only for organizations.

organizationName : String

The organization from which filter the products.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query ProductsWithoutEstimates( $brand: String, $date: Date, $isHidden: Boolean, $organizationName: String ) { productsWithoutEstimates( brand: $brand, date: $date, isHidden: $isHidden, organizationName: $organizationName ) { availableFrom availableTo brand { ...BrandFragment } code currentAgreementCount description displayName dualFuelDescription fullName id isHidden marketName notes params { ...ProductParamsFragment } prices { ...ProductPricesFragment } term } }

Variables

{ "brand": "fact-again-return-choose-single", "date": "1992-07-09", "isHidden": true, "organizationName": "establish-concern-available-simply-act" }

Response

{ "data": { "productsWithoutEstimates": [ { "availableFrom": "2021-09-25T06:49:33.151474+00:00", "availableTo": "2015-04-02T13:50:04.174036+00:00", "brand": Brand, "code": "in-rate-field-left-else", "currentAgreementCount": 22, "description": "level-animal-member-seat-institution", "displayName": "great-prevent-after-medical-watch", "dualFuelDescription": "real-I-read-painting-decade", "fullName": "debate-though-especially-avoid-store", "id": "80222415", "isHidden": true, "marketName": "probably-life-newspaper-anyone-father", "notes": "same-you-news-green-science", "params": ProductParams, "prices": ProductPrices, "term": 51 } ] } }