iozyigit
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎12-29-2023 04:47 PM
Topic Started
5
Topics Started
Topic Solutions
2
Solutions
Post Count
28
Posts
Post Kudos
2
Likes

Bio: 20 years experience

Community Badges

Hi, I am doing some test and trying to understand Shopify. Here I am creating a variant programmatically doing 5 calls to api. Thinking 2 calls per second, how this will be applicable in real world...
No content to show

User Activity

Solved from this posthttps://community.shopify.com/c/customers-discounts-and-orders/protected-customer-data-development-strategy/m-p/1762483
Hi All,Even I have permission in my app installation, it is giving me this error when querying graphQLI can query from postman to endpoint : ....myshopify.com/admin/api/2023-10/graphql.json"This app is not approved to access the Order object"  c&scop...
Thank you very much.Seems like this was my problem, need to update my app. api was version 2022-01.https://shopify.dev/docs/apps/store/data-protection/protected-customer-data
I have old custom app that finds order detail by entering order number from customer.Seems like this is not working anymore. Did Shopify disable this? I see new admin graphQL api allows to query by id(internal id) but customers only know order number...
I think you can check Shopify's confusing documentationhttps://shopify.dev/apps/auth/oauth/session-tokenssince your apps front end opens in shopify admin, shopify provide jwt token to you, so addiing app bridge in your front, you will be able to retr...
I am having hard time to find clear refund amount for line item,This order query gives me no value for suggested amount query suggestedRefund { order(id: "gid://shopify/Order/439056...") { suggestedRefund{ amountSet{ s...
thanks @daaru , that arn was accepted. "arn:aws:events:us-west-1::event-source/aws.partner/shopify.com/....."
As app developer how can I experiment Shopify plus feature as partner, I do have partner account but it is regular not seeing any plus features.
Any update on this? I am app developer and trying to use some Shopify plus features, how can I do that? 
Thanks @Dave_Pelletier ,So one more thing:I did updated to 20-07-01 and had to make type to  'lowercase'. My generated code  was giving enum values as uppercase like below:I just realize in the documentation the value type was lowercase for "json_str...
Thanks for the info, @Luke_K . You mean carrier service in the Shopify or just externally make api call to usps/fedex etc.
Hi,I am able to get Order and all line items using API endpoint. I also need to get package dimension for this order, after it has been delivered to the customer.How can I get this data? Is there any API endpoint to get delivery/shipment/fulfillment ...
Here is how solve it.  Since I can use hook here I did use "app = useAppBridge()" and add JWT token to header and pass header to Axios instance. useFetchDataApiShopify is kind of single point to make api call. I was trying to use interceptor to add t...
Seems like hook can be used in functional component.the question is to use in app instance in the interceptor for the Axios instance. there is no component here and you can not use probablyconst app = useAppBridge()
this might be helpful.https://shopify.dev/api/admin/rest/reference/shipping-and-fulfillment/fulfillmentserviceI think you should have "read_fulfillments" permission to get services this is rest endpoint: "yourstore.myshopify.com//admin/api/2021-04/fu...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From