No content to show
User Activity
07-26-2024
I am having problems with my query. I am trying to access the storefront API to query the customer's information in the checkout extensibility. I know we can do useCustomer or buyerIdentity but that's if you're logged in. I want to be able to query ...
I meant were you able to
Did you get to solve this?
07-25-2024
Can you let me know once you've solved this
07-25-2024
I am having problems with my query. I am trying to access the storefront API to query the customer's information in the checkout extensibility. I know we can do useCustomer or buyerIdentity but that's if you're logged in. I want to be able to query ...
does this only work if the customer is logged in?
Hey Liam, I am also trying to use the useShippingAddress() and the address for mine would also be rendered as undefined even when the address is valid.
Try changing the e to “a” for the tax. totalTexAmount to totalTaxAmount
I think it would be more helpful if you show me how you're querying the information.
I've only gone as far as querying the proper parameters such as the tax amount but I can't seem to figure out how I can actually change them real time. I am using the checkout and cart validation function. I might be using the wrong function and will...
Hey were you able to figure this out?
hope you were able to figure it out but the reason why it is showing null is because of the structure of your query totalTaxAmount has fields of amount and currencyCode so to query it would be totalTaxAmount{
amount,
currencyCode
}
03-06-2024
I am using the checkout extensibility function and am trying to update the total tax amount based on the customer name and shipping address (this is for tax exempt purposes) but I am running into some trouble and am not sure what's wrong. I am gettin...
Hey! Were you able to solve this? mine says that the shopify.extension.toml file has a schema error [ ││ { ││ "code": "too_big", ││ "maximum": 30, ││ "type": "string", ││ "inclusive": true, ││ "exact": false, ││ "message": "Handle can't exceed 30 cha...