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. 55651    1026  1   10
    1 day48 USD

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

  2. 2568    58  3   2
    1 day24 USD

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

  3. Another 2 proposals concealed
  • Vyacheslav Angel
    13 June, 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

Development of a mobile application for podology

Development of a cross-platform mobile application on React Native (iOS and Android) is required. The application is designed for podologist specialists. It allows maintaining a patient database, recording visits, attaching photos, managing staff and tariffs. The design is fully…

Javascript and Typescript ∙ 1 hour 12 minutes back ∙ 9 proposals

Technical SEO fixes for WP website

24 USD

It is necessary to implement the first technical task for WP optimization (headings, code validity, image size, speed...). Regarding the cost: I will send the technical task, you review it and specify the cost and deadlines. Thank you.

Content Management SystemsJavascript and Typescript ∙ 7 hours 40 minutes back ∙ 9 proposals

Integration of the front to the kebab backend tg

48 USD

Need a ReactJS developer to implement Ton Connect and complete the front end, integrate the backend into the front end, and do whatever is needed on the backend for Ton Connect front html css reactjs Back end fastapi python Terms: 1 day

Javascript and TypescriptWeb Programming ∙ 17 hours 6 minutes back ∙ 7 proposals

Refactoring JS code

Good day, I have 3 files, one with 800 lines, one with 300, and one with about 600. I need to do refactoring because DOM Loading is called multiple times, and as I understand it, this is not working quite correctly. Ideally, split the one with 800 lines into 2 files, and create…

Javascript and Typescript ∙ 1 day 3 hours back ∙ 14 proposals

Analysis of text files and output of results in a Telegram bot

48 USD

The project executor has stopped responding, and I need to make edits and improve the task. Technology stack: Backend: Node.js, Typescript Database: Postgres, Redis Queue: BullMQ All set up in Docker containers for easy deployment on the server Server: Hetzner I need someone…

Javascript and TypescriptData Parsing ∙ 1 day 3 hours back ∙ 6 proposals

Client
Project published
1 month back
99 views
Tags