Skip to content

Null fields in purchase.pickup-point-delivery-option-generator.fetch #520

Open
@victorvilarocket

Description

Describe the bug

We are using the new Pickup Points Delivery Option Generator API in our checkout and we are getting some null values when entering the address.

Screenshot 2024-06-18 at 13 44 30

Screenshot 2024-06-18 at 13 46 03

Screenshot 2024-06-18 at 13 47 23

Here's my fetch.graphql:

query FetchInput { deliveryAddress{ address1 address2 company provinceCode zip phone city countryCode longitude latitude } }

https://shopify.dev/docs/api/functions/reference/pickup-point-delivery-option-generator/graphql/input

Expected behavior

Address1, address2 and city should have values in the input purchase.pickup-point-delivery-option-generator.fetch.

Environment

MacOS
Shopify CLI version 3.60

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions