Created
July 27, 2023 23:52
-
-
Save lcy4869/4eb8b9157a7c8c552ece04fdc6c0c470 to your computer and use it in GitHub Desktop.
graphql - get service options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
getServiceOptions( | |
addressId: 474194022, | |
cartContext: { | |
cartId:"446149164", | |
# numItems:2, | |
# numUnits:9, | |
# numConfiguredItems:0, | |
# numConfiguredUnits:0, | |
# alcoholic:false, | |
# rx:false, | |
# subtotal:{amount:51.37,currencyCode:"UNKNOWN"} | |
}, | |
explicitRetailerLocationId: 123, | |
retailerId: 1, | |
serviceType: DELIVERY, | |
groupBy: date, | |
includePlacement: true, | |
recipientToSchedule: false, | |
checkoutVersion: v4 | |
) { | |
... on AvailabilityServiceOptions { | |
viewSection { | |
serviceOptionGroups { | |
id | |
headingPrimaryFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
headingSecondaryFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
headingTrailingImage { | |
url | |
} | |
layoutVariant | |
serviceOptions { | |
id | |
disabledVariant | |
selectedVariant | |
serviceOptionIdString | |
serviceOptionSelectionTokenString | |
target { | |
id | |
typeVariant | |
targetServiceOptionIdString | |
} | |
button { | |
id | |
primary { | |
id | |
textFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
} | |
secondary { | |
id | |
textFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
} | |
tertiary { | |
id | |
textFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
} | |
} | |
} | |
} | |
scheduledOptions { | |
headingFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
titleFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
serviceOptionDates { | |
titleFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
scheduledServiceOptions { | |
serviceOptionIdString | |
serviceOptionSelectionTokenString | |
titleFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
detailFormattedAttributesString { | |
sections { | |
name | |
text | |
} | |
} | |
} | |
} | |
} | |
styles { | |
id | |
} | |
} | |
} | |
... on AvailabilityError { | |
errorTypes | |
viewSection { | |
titleString | |
descriptionString | |
errorStateImage { | |
url | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment