Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Directives

Overview

Objects

Overview

OfferEcoContribution

Represents an eco contribution for the offer

eprCategoryCode
String!,non-null

Extended Producer Responsibility (EPR) category code

producerId

Producer identifier of the eco-contribution

amount

Amount of the eco-contribution

Sample
{ "eprCategoryCode": "Example String", "producerId": "Example String", "amount": 40 }
Referenced in

OfferFulfillment

Represents the offer fulfillment information

Fulfillment center code

Sample
{ "center": { "__typename": "OfferFulfillmentCenter" } }

OfferFulfillmentCenter

Represents the offer fulfillment center

code
String!,non-null

Center code

Sample
{ "code": "Example String" }

OfferInactivityReason

Represents an inactivity reason

code
String!,non-null

Inactivity reason code

Sample
{ "code": "Example String" }

OfferOrderQuantity

Represents the constraint related to quantity of the offer per order

min

The minimum quantity of the offer per order

max

The maximum quantity of the offer per order

Sample
{ "min": 40, "max": 40 }
Referenced in

OfferMinShippingInformation

Represents the min shipping information for this offer

price
Float!,non-null

Unit price of the minimum shipping rate

priceAdditional
Float!,non-null

Additional unit price associated to the minimum shipping rate

type
String!,non-null

Code of the shipping type associated to the minimum shipping rate

zone
String!,non-null

Code of the shipping zone associated to the minimum shipping rate

Sample
{ "price": 40, "priceAdditional": 40, "type": "Example String", "zone": "Example String" }
Referenced in

OfferShippingInformation

Represents shipping information for this offer

deadline
DateTime!,non-null

Estimated shipping date, that includes business closing days and cut-off configured on the platform. Add the earliest and latest delivery times to calculate the estimated delivery date to customers.

types

List of shipping types compatible with the given offer

Sample
{ "deadline": "Example Custom Scalar", "types": [ { "__typename": "OfferShippingType" } ] }
Referenced in

OfferShippingType

Represents a shipping type

code
String!,non-null

Shipping type code

cutOffNextDate

Next cutoff date

cutOffTime

Shipping type Cutoff time

deliveryTime

Expected delivery time

label
String!,non-null

Shipping type label

deadline

Estimated shipping date, that includes business closing days and cut-off configured on the platform. Add the earliest and latest delivery times to calculate the estimated delivery date to customers.

priceUnit
Float!,non-null

Shipping price of the offer

zoneCode
String!,non-null

Shipping zone code

zoneLabel
String!,non-null

Shipping zone label

standardCode

Shipping type standard code

Sample
{ "code": "Example String", "cutOffNextDate": "Example Custom Scalar", "cutOffTime": "Example String", "deliveryTime": { "__typename": "OfferDeliveryTime" }, "label": "Example String", "deadline": "Example Custom Scalar", "priceUnit": 40, "zoneCode": "Example String", "zoneLabel": "Example String", "standardCode": "Example String" }

OfferDeliveryTime

Represents an expected delivery time

earliestDays
Int!,non-null

Earliest order delivery time

earliestDeliveryDate
DateTime!,non-null

Earliest order delivery date

latestDays
Int!,non-null

Latest order delivery time

latestDeliveryDate
DateTime!,non-null

Latest order delivery date

Sample
{ "earliestDays": 40, "earliestDeliveryDate": "Example Custom Scalar", "latestDays": 40, "latestDeliveryDate": "Example Custom Scalar" }

Product

Represents the product related to the offer

sku
String!,non-null

SKU of the product

references

List of product's references

category

The category of the product

taxCode

Product tax code

Sample
{ "sku": "Example String", "references": [ { "__typename": "OfferProductReference" } ], "category": { "__typename": "ProductCategory" }, "taxCode": "Example String" }
Referenced in

ProductCategory

Represents a product's category

code
String!,non-null

Code of the product category

Sample
{ "code": "Example String" }
Referenced in

Interfaces

Overview

Unions

Overview

Inputs

Overview

Scalars

Overview