Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

API Script for Shopify

Translated

  1. 94002    1264  1   10
    1 day45 USD

    Hello. I have extensive experience with JavaScript. Ready to collaborate. Contact me

  2. 3012    73  4   2
    1 day23 USD

    Good day! I can write/fix such a script!!!!!! Contact me!!!!!!!!!

  3. Another 2 proposals concealed
  • Viacheslav Anhel
    13 June 2025, 13:47 |

    const mutateInventoryQuantity = async (inventoryItemId, delta) => {

      const mutation = `

        mutation inventoryAdjustQuantities($input: InventoryAdjustQuantitiesInput!) {

          inventoryAdjustQuantities(input: $input) {

            userErrors {

              field

              message

            }

            inventoryAdjustmentGroup {

              createdAt

              reason

              referenceDocumentUri

              changes {

                name

                delta

              }

            }

          }

        }

      `;

      const input = {

        reason: "correction",

        changes: [

          {

            delta,

            inventoryItemId,

            locationId: process.env.SF_CONST_LOCATION_ID

          }

        ]

      };

      console.log('DEBUG: payload', JSON.stringify({ input }, null, 2));

      try {

        return await client.request(mutation, { input });

      } catch (error) {

        console.error('Failed to mutate inventory:', error);

        throw error;

      }

    }


    RESPONSE

    Variable $input of type InventoryAdjustQuantitiesInput! was provided invalid value {

      value: null,

      problems: [ { path: [], explanation: 'Expected value to not be null' } ]

    }
    ось така відповідь з сервера

Current freelance projects in the category Javascript and Typescript

Full-stack development — Amazon PPC Dashboard (Stage 1)

Need a full-stack developer with experience working with Amazon API to implement Stage 1 of the internal PPC dashboard. The project is real, the data is live, everything is ready to start. Frontend prototype (5 pages, React + TypeScript): WHAT IS ALREADY READY — Frontend…

Javascript and TypescriptWeb Programming ∙ 2 days 2 hours back ∙ 28 proposals

Development of a photo book and photo frame constructor website

Project Goal A modern website needs to be developed for ordering photo books, photo frames, and other personalized photo products. The main task of the project is to provide the client with the ability to independently create a ready-made layout of the product directly on the…

Javascript and TypescriptWeb Programming ∙ 3 days 18 hours back ∙ 96 proposals

Team for a custom marketplace of funeral services.

We are looking for a team to launch and develop a custom national marketplace for funeral services. Right away: we are not looking for solo freelancers, juniors, or "website builders." We need a strong product team at the middle+/senior level with real cases in…

Javascript and TypescriptWeb Programming ∙ 4 days 13 hours back ∙ 27 proposals

Improvement of the existing Next.js/Supabase project: offers, CRM, analytics, AI chat

There is an active project WatchGenius — a luxury watch analytics platform with a catalog of models, price analytics, external offers, application forms, and an AI chat. The project has already been partially developed. We need not a website from scratch, but an experienced…

Javascript and TypescriptWeb Programming ∙ 6 days 14 hours back ∙ 55 proposals

I am looking for a Senior Full-Stack Developer (Payload CMS) — migration of 2 websites for a hotel chain.

The resort hotel network is transitioning from Webflow to its own headless stack. Two corporate websites (~140 pages in total), multi-tenant architecture — one code serves multiple hotels on different domains. The project has already started: the infrastructure is deployed,…

Content Management SystemsJavascript and Typescript ∙ 10 days 12 hours back ∙ 19 proposals

Client
Viacheslav Anhel
Ukraine Kropivnitskiy  1  0
Project published
11 months 22 days back
100 views
Tags