Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Directives

Overview

Objects

Overview

EvaluationEdge

An edge in a connection.

node
Evaluation!,non-null

The item of the edge.

Sample
{ "node": { "assessments": [ { "__typename": "Assessment" } ], "comment": "Example String", "customer": { "__typename": "ReviewCustomer" }, "date": "Example Custom Scalar", "grade": "Example Custom Scalar", "reply": { "__typename": "EvaluationReply" } } }

Evaluation

Represents an evaluation. It could be for a shop, an order...

assessments

List of assessments

comment

Evaluation comment

customer

Customer who posted the evaluation

date
DateTime!,non-null

Evaluation creation date

grade
Grade!,non-null

Evaluation grade

Reply of a shop or operator on an evaluation

Sample
{ "assessments": [ { "__typename": "Assessment" } ], "comment": "Example String", "customer": { "__typename": "ReviewCustomer" }, "date": "Example Custom Scalar", "grade": "Example Custom Scalar", "reply": { "__typename": "EvaluationReply" } }

Assessment

Represents an evaluation assessment

code
String!,non-null

Assessment code

label
String!,non-null

Assessment label

response
String!,non-null

Response associated with the assessment

Sample
{ "code": "Example String", "label": "Example String", "response": "Example String" }
Referenced in

EvaluationReply

Represents a reply to an evaluation.

comment
String!,non-null

Reply comment

date
DateTime!,non-null

Reply date

type

Type of user who replied. Possible values are: SHOP, OPERATOR

Sample
{ "comment": "Example String", "date": "Example Custom Scalar", "type": "Example String" }
Referenced in

ReviewCustomer

Represents a customer who posted an evaluation

firstname
String!,non-null

First name of the customer

id
ID!,non-null

Identifier of the customer

lastname
String!,non-null

Last name of the customer

Sample
{ "firstname": "Example String", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "lastname": "Example String" }
Referenced in

ShopConnection

The connection type for Shop.

edges
[ShopEdge!]!,non-null

A list of edges.

pageInfo
PageInfo!,non-null

Information to aid in pagination.

Implements interfaces

Sample
{ "edges": [ { "node": { "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "approvalDelay": 40, "approvalRate": 40, "banner": "Example String", "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "closedFrom": "Example Custom Scalar", "closedTo": "Example Custom Scalar", "contactInformation": { "__typename": "ShopContactInformation" }, "dateCreated": "Example Custom Scalar", "description": "Example String", "evaluations": { "__typename": "EvaluationConnection" }, "freeShipping": true, "grade": 40, "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "isProfessional": true, "logo": "Example String", "name": "Example String", "offersCount": 40, "orderMessagesResponseDelay": 40, "ordersCount": 40, "producerIdentifiers": [ { "__typename": "ProducerIdentifier" } ], "recyclingPolicy": "Example String", "returnPolicy": { "__typename": "ReturnPolicy" }, "shippings": [ { "__typename": "ShopShippingConfiguration" } ] } } ], "pageInfo": { "endCursor": "Example String", "hasNextPage": true, "hasPreviousPage": true, "startCursor": "Example String" } }

ShopEdge

An edge in a connection.

node
Shop!,non-null

The item of the edge.

Sample
{ "node": { "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "approvalDelay": 40, "approvalRate": 40, "banner": "Example String", "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "closedFrom": "Example Custom Scalar", "closedTo": "Example Custom Scalar", "contactInformation": { "__typename": "ShopContactInformation" }, "dateCreated": "Example Custom Scalar", "description": "Example String", "evaluations": { "__typename": "EvaluationConnection" }, "freeShipping": true, "grade": 40, "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "isProfessional": true, "logo": "Example String", "name": "Example String", "offersCount": 40, "orderMessagesResponseDelay": 40, "ordersCount": 40, "producerIdentifiers": [ { "__typename": "ProducerIdentifier" } ], "recyclingPolicy": "Example String", "returnPolicy": { "__typename": "ReturnPolicy" }, "shippings": [ { "__typename": "ShopShippingConfiguration" } ] } }
Referenced in

Shop

Represents a shop.

additionalFields

List of additional fields

approvalDelay

Average time for a shop to accept or refuse an order (in seconds)

approvalRate

Rate of accepted orders

banner

Url of the shop's banner image

businessId
ID!,non-null

Shop internal id

closedFrom

The start date of the closing of the shop

closedTo

The end date of the closing of the shop

contactInformation

Contact information

dateCreated
DateTime!,non-null

Creation date of the shop

description

The description of the shop.

evaluations

Shop's evaluations.

firstafterlastbefore
freeShipping
Boolean!,non-null

Whether or not this shop offers free shipping to customers

grade

Global grade of the shop

id
ID!,non-null

The identifier of the shop

isProfessional
Boolean!,non-null

Whether or not the shop is professional

logo

Url of the shop's logo image

name
String!,non-null

The name of the shop

offersCount
Int!,non-null

Total count of active offers of the shop

orderMessagesResponseDelay

Average time for a shop to answer to an order message (in seconds)

ordersCount
Int!,non-null

Total count of debited orders (or if Pay on Delivery, accepted) of the shop

producerIdentifiers

List of shop’s producer identifiers per Extended Producer Responsibility (EPR) categories. Only available if the operator setting Activate data collection related to circular economy regulations is enabled.

recyclingPolicy

Recycling policy - only available if the operator setting Activate data collection related to circular economy regulations has been enabled.

returnPolicy

Terms of restitution.

All the pair shipping zone / shipping type accepted by the shop

Implements interfaces

Sample
{ "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "approvalDelay": 40, "approvalRate": 40, "banner": "Example String", "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "closedFrom": "Example Custom Scalar", "closedTo": "Example Custom Scalar", "contactInformation": { "__typename": "ShopContactInformation" }, "dateCreated": "Example Custom Scalar", "description": "Example String", "evaluations": { "__typename": "EvaluationConnection" }, "freeShipping": true, "grade": 40, "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "isProfessional": true, "logo": "Example String", "name": "Example String", "offersCount": 40, "orderMessagesResponseDelay": 40, "ordersCount": 40, "producerIdentifiers": [ { "__typename": "ProducerIdentifier" } ], "recyclingPolicy": "Example String", "returnPolicy": { "__typename": "ReturnPolicy" }, "shippings": [ { "__typename": "ShopShippingConfiguration" } ] }

ShopContactInformation

Represents a shop contact information

city
String!,non-null

City of the contact

civility

Civility of the contact (Mr, Mrs, Miss or Neutral)

country
CountryCode!,non-null

Code ISO 3166-1 alpha-3 of the contact's country

email
String!,non-null

Email

Fax number

firstname

First name of the contact

lastname
String!,non-null

Last name of the contact

phone

Phone number

phoneSecondary

Secondary phone number

state

State (address) of the contact

street1
String!,non-null

First line of the address of the contact

street2

Second line of the address of the contact

website

Website of the shop

zipCode

Zip code of the contact

Sample
{ "city": "Example String", "civility": "Example String", "country": "Example Custom Scalar", "email": "Example String", "fax": "Example String", "firstname": "Example String", "lastname": "Example String", "phone": "Example String", "phoneSecondary": "Example String", "state": "Example String", "street1": "Example String", "street2": "Example String", "website": "Example String", "zipCode": "Example String" }

ProducerIdentifier

Represents a producer identifier

eprCategoryCode

Extended Producer Responsibility (EPR) category code. Possible values: FR-AGROPACK, FR-ASL, FR-DASRIPAT, FR-DBPS, FR-DDS, FR-DEA, FR-DEEE, FR-DISPMED, FR-DIY, FR-EMBM, FR-GF, FR-JOUETS, FR-LUB, FR-MH, FR-MNU, FR-PA, FR-PAP, FR-PCHIM, FR-PMCB, FR-PNEU, FR-TABAC, FR-TLC, FR-VEHICULE, FR-VHU, DE-BATTG, DE-PACK, DE-WEEE, ES-PACK, ES-GPACK, ES-WEEE

Shop producer identifier

Sample
{ "eprCategoryCode": "Example String", "id": "Example String" }

ShopShippingConfiguration

Represents a shop shipping configuration

additionalFields

List of custom shipping fields for this shipping zone and shipping method

freeAmount

Minimal amount for free shipping

typeCode
String!,non-null

The code of the shipping type

typeLabel
String!,non-null

The label of the shipping type

zoneCode
String!,non-null

The code of the shipping zone

zoneLabel
String!,non-null

The label of the shipping zone

Sample
{ "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "freeAmount": 40, "typeCode": "Example String", "typeLabel": "Example String", "zoneCode": "Example String", "zoneLabel": "Example String" }
Referenced in

Interfaces

Overview

Unions

Overview

Inputs

Overview

Scalars

Overview