No content to show
User Activity
Hello when I am creating a product with the bulk api I get this error:The variant 'Default Title' already exists.This is the json:{"input": {"descriptionHtml": "<p>Lasciati sorprendere da <strong>Profumo Uomo Valentino 100% originale</strong> e defin...
03-07-2024
Hello, I am getting an error with product update bulk mutation:here the json example of one line:{"input": {"descriptionHtml": "Se sei alla ricerca di novità alla moda sul mercato, ti presentiamo <b>Vino Rosato Ramon Canals Marta Passió Reserva (75 c...
12-03-2023
Hello, I am extending the catalog to about 200 thousands of products.What is the limit of bulk api on the number of reosources that's possible to get?And what is the number of json lines for bulk mutation api?If there is a limit I have to build a cus...
Hello I am trying to get the value of a product metafield.Here the flow.I want to get the value of the metafield for each product. Then I want to compare that value with the current date.How to do that?
Hello, I need to build an app to make some checkout fields mandatory.Is it possible do it with shopify functions?If yes what is a suggestion?
Can I call it inside the productVariants query?
After a call to graphql query locale the right iso code for portuguese is pt-PT.
Hello, I translated the website with the shopify translate & adapt app.I'll do that with spanish and portuguese.While I can return the spanish data with the productVariants query, I can't do the same with the portuguese language.This is the code: ...
04-29-2023
Hello How can I get metafield definition translation with graphql api?The code:query ($first: Int, $filter: String)
{ productVariants(first:$first, query:$filter) {
edges {
node {
displa...
03-26-2023
Hello, if I create private metafields with reserved prefixes can I request them with the query privateMetafields ?I only want to get metafields, I don't want to get the resource.
Hello is it possible to get all field names of a resource, a Product resource of the rest admin API or graphql API?For example, I know how to get resource values but I need the resource field names, Product has title, description, options, vendor etc...
Hello, I am creating a subscription to a "bulk_operations/finish" operation from a custom app.I can find the hmac in the header request: hmac = headers['X-Shopify-Hmac-Sha256']I tried to compare it with that on the admin notification page and ...
https://changelog.shopify.com/posts/create-an-automated-collection-based-on-the-compare-at-price-field
Hello, I am trying to upload a file with graphql stagedUploadsCreate.The graphql request is fine, I am getting all the parameters, but when I post on stage url I am getting from google this error: <?xml version='1.0' encoding='UTF-8'?><Error><Code>In...
Hello, how to create an order if there are products purchased from multiple locations?
For example a customer purchase a product A from location 1 and a product B from location 2.
How to create an order?
{
"order": {
"id": 1073459966,
...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
405 | 05-11-2023 12:13 PM |