No content to show

User Activity

It seems it's a timeout error that happens "RANDOMLY" in 1/4 to 1/3 of the cases. My solution was to send the media and then use query Files to check the status (which returns the correct status of the media), if it failed, I send again until it retu...
Hello. Im developing an integration using Admin API and I have some doubts about how payments would work. As Shopify Pay/Payments don't operate in my country, I'll need to use a third party gateway. In Admin API there's a very brief part about instal...
Olá! Estou desenvolvendo uma integração para minha loja utilizando o Admin API porém tenho algumas dúvidas a respeito de como funcionaria a parte de pagamentos. Como sou do Brasil e aparentemente o Shopify Payments não opera aqui, precisarei utilizar...
Estou desenvolvendo uma integração utilizando o Admin API. No entanto, para automações com transportadoras (cálculo de frete...), vi que a Shopify só fornece suporte ao FedEx e UPS. Gostaria de oferecer opções no checkout de outras transportadoras ma...
From what I understood, the native CCS feature is only compatible with UPS and FedEx. However, as we don't want to use any third party app, I'd like to develop a feature to cover some alternative carrier services. Is it possible to calculate and disp...
I can't upload images for my product using AdminAPI and GraphQLIm doing the following steps:1- using mutation stagedUploadsCreate to upload local file2- making a Postman request with target Params received from step 13 - using mutation fileCreate 4 -...
Im doing the following mutations to create a new product and link an image to it: 1- UPLOAD IMAGE TO SHOPIFY:using the following mutation:      mutation stagedUploadsCreate($input: [StagedUploadInput!]!) {{      stagedUploadsCreate(input: $input) {{ ...
there was nothing wrong actually... the problem was how i was binding the parameters
this is the mutationmutation stagedUploadsCreate($input: [StagedUploadInput!]!) {      stagedUploadsCreate(input: $input) {      stagedTargets {      resourceUrl      url      }      userErrors {      field      message      }"""and this is the input...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to