Offers Connection
The connection type for Offer
A list of edges
Information to aid in pagination
Implements interfaces
{ "edges": [ { "node": { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "active": true, "allowQuoteRequests": true, "availability": { "__typename": "DateTimeRange" }, "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "currency": "Example Custom Scalar", "description": "Example String", "ecoContributions": [ { "__typename": "OfferEcoContribution" } ], "fulfillment": { "__typename": "OfferFulfillment" }, "inactivityReasons": [ { "__typename": "OfferInactivityReason" } ], "professional": true, "leadTimeToShip": 40, "orderQuantity": { "__typename": "OfferOrderQuantity" }, "minShipping": { "__typename": "OfferMinShippingInformation" }, "shipping": { "__typename": "OfferShippingInformation" }, "platformModel": "Example String", "nbEvaluations": 40, "packageQuantity": 40, "product": { "__typename": "Product" }, "shop": { "__typename": "Shop" }, "prices": [ { "__typename": "Price" } ], "totalPrice": 40, "state": { "__typename": "OfferState" }, "quantity": 40, "logisticClass": { "__typename": "OfferLogisticClass" } } } ], "pageInfo": { "endCursor": "Example String", "hasNextPage": true, "hasPreviousPage": true, "startCursor": "Example String" } }
Offer Edge
An edge in a connection
The item of the edge
{ "node": { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "active": true, "allowQuoteRequests": true, "availability": { "__typename": "DateTimeRange" }, "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "currency": "Example Custom Scalar", "description": "Example String", "ecoContributions": [ { "__typename": "OfferEcoContribution" } ], "fulfillment": { "__typename": "OfferFulfillment" }, "inactivityReasons": [ { "__typename": "OfferInactivityReason" } ], "professional": true, "leadTimeToShip": 40, "orderQuantity": { "__typename": "OfferOrderQuantity" }, "minShipping": { "__typename": "OfferMinShippingInformation" }, "shipping": { "__typename": "OfferShippingInformation" }, "platformModel": "Example String", "nbEvaluations": 40, "packageQuantity": 40, "product": { "__typename": "Product" }, "shop": { "__typename": "Shop" }, "prices": [ { "__typename": "Price" } ], "totalPrice": 40, "state": { "__typename": "OfferState" }, "quantity": 40, "logisticClass": { "__typename": "OfferLogisticClass" } } }
Offer
Represents an offer made by a seller for a product
The unique identifier of the offer
The business identifier of the offer
Is the offer active
Whether the offer is eligible for quotation
Availability dates
List of additional fields
The currency of the shop (iso format)
Offer description
Eco-contributions of the offer. Only available if the operator setting "Activate data collection related to circular economy regulations" has been enabled.
Fulfillment information
Reasons for offers inactivity, mandatory if an offer is inactive
Whether or not the shop is professional
Offer's lead time to ship value. If this value has been set to 0, value is returned as 1 (unless platform's default lead time to ship value is also 0). If no lead time to ship was specified for the offer, platform's default value is returned.
Specify min/max quantity of product items per order
Min shipping information
Shipping information for the offer
Shop platform model, current possible values: * MARKETPLACE * DROPSHIP * ONE_CREDITOR
Number of customers evaluations
Indivisible quantity of the same product
Product information associated to this offer
Information on the shop which proposes the offer
All prices for the offer
Total price of the offer (price + minimum shipping rate)
Offer condition
Available quantity of the offer
The logistic class associated to the offer
Implements interfaces
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "businessId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "active": true, "allowQuoteRequests": true, "availability": { "__typename": "DateTimeRange" }, "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "currency": "Example Custom Scalar", "description": "Example String", "ecoContributions": [ { "__typename": "OfferEcoContribution" } ], "fulfillment": { "__typename": "OfferFulfillment" }, "inactivityReasons": [ { "__typename": "OfferInactivityReason" } ], "professional": true, "leadTimeToShip": 40, "orderQuantity": { "__typename": "OfferOrderQuantity" }, "minShipping": { "__typename": "OfferMinShippingInformation" }, "shipping": { "__typename": "OfferShippingInformation" }, "platformModel": "Example String", "nbEvaluations": 40, "packageQuantity": 40, "product": { "__typename": "Product" }, "shop": { "__typename": "Shop" }, "prices": [ { "__typename": "Price" } ], "totalPrice": 40, "state": { "__typename": "OfferState" }, "quantity": 40, "logisticClass": { "__typename": "OfferLogisticClass" } }
Offer Min Shipping Information
Represents the min shipping information for this offer
Unit price of the minimum shipping rate
Additional unit price associated to the minimum shipping rate
Code of the shipping type associated to the minimum shipping rate
Code of the shipping zone associated to the minimum shipping rate
{ "price": 40, "priceAdditional": 40, "type": "Example String", "zone": "Example String" }
Offer Shipping Information
Represents shipping information for this offer
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.
List of shipping types compatible with the given offer
{ "deadline": "Example Custom Scalar", "types": [ { "__typename": "OfferShippingType" } ] }