Shop Edge
An edge in a connection.
The item of the edge.
{ "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" } ] } }
Shop
Represents a shop.
List of additional fields
Average time for a shop to accept or refuse an order (in seconds)
Rate of accepted orders
Url of the shop's banner image
Shop internal id
The start date of the closing of the shop
The end date of the closing of the shop
Contact information
Creation date of the shop
The description of the shop.
Shop's evaluations.
Whether or not this shop offers free shipping to customers
Global grade of the shop
The identifier of the shop
Whether or not the shop is professional
Url of the shop's logo image
The name of the shop
Total count of active offers of the shop
Average time for a shop to answer to an order message (in seconds)
Total count of debited orders (or if Pay on Delivery, accepted) of the shop
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.
Recycling policy - only available if the operator setting Activate data collection related to circular economy regulations has been enabled.
Terms of restitution.
All the pair shipping zone / shipping type accepted by the shop
Implements interfaces
{ "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" } ] }
Shop Contact Information
Represents a shop contact information
City of the contact
Civility of the contact (Mr, Mrs, Miss or Neutral)
Code ISO 3166-1 alpha-3 of the contact's country
Fax number
First name of the contact
Last name of the contact
Phone number
Secondary phone number
State (address) of the contact
First line of the address of the contact
Second line of the address of the contact
Website of the shop
Zip code of the contact
{ "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" }
Producer Identifier
Represents a producer identifier
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
{ "eprCategoryCode": "Example String", "id": "Example String" }
Shop Shipping Configuration
Represents a shop shipping configuration
List of custom shipping fields for this shipping zone and shipping method
Minimal amount for free shipping
The code of the shipping type
The label of the shipping type
The code of the shipping zone
The label of the shipping zone
{ "additionalFields": [ { "__typename": "BooleanAdditionalFieldValue" } ], "freeAmount": 40, "typeCode": "Example String", "typeLabel": "Example String", "zoneCode": "Example String", "zoneLabel": "Example String" }
Return Policy
Represents a shop return policy.
Automatically accept return requests when done during the return window
Available rejection reasons
Available return methods
Available return reasons
Whether return feature is supported for the shop
Determine who is responsible to handle returns
Return address
Return policy
Return window in days
{ "autoAccept": true, "availableRejectionReasons": [ "Example String" ], "availableReturnMethods": [ "Example String" ], "availableReturnReasons": [ "Example String" ], "enabled": true, "handler": "Example String", "returnAddress": { "__typename": "ReturnAddress" }, "policy": "Example String", "window": 40 }
Shopping Cart Order
Channel code supplied when calling the API, or null if no channel code was supplied
Shop currency
Order lead time to ship
List of the offers that compose the order
A summary of the promotions applied to the order
Shipping type selected for the shop and used to calculate the shipping price for each offers
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 all the offers composing the order
Information about the shop
{ "channelCode": "Example String", "currency": "Example Custom Scalar", "leadTimeToShip": 40, "offers": [ { "__typename": "ShoppingCartLine" } ], "promotions": { "__typename": "ShoppingCartPromotion" }, "selectedShippingType": { "__typename": "SelectedShippingType" }, "shippingDeadline": "Example Custom Scalar", "shippingTypes": [ { "__typename": "ShoppingCartAppliedShippingType" } ], "shop": { "__typename": "ShoppingCartOrderShop" } }