HMAC 256 Algorithm :

What is HMAC256 Algorithm : HMAC ( Expanded as keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key.  HMAC can provide authentication using a shared secret instead of using digital signatures with asymmetric cryptography. HMAC (Hash-based Message Authentication Code) is a mechanism for verifying the authenticity and integrity… Continue reading HMAC 256 Algorithm :

Cypress automation tool

Cypress is an open source, end-to-end testing framework for web applications. It is a fast, easy and reliable testing tool that can be used to write and run automated tests for web applications. Cypress helps developers and testers quickly create automated tests with its intuitive UI, detailed documentation, and powerful debugging tools. With Cypress, developers… Continue reading Cypress automation tool

Shopify Fulfillment Orders API

The FulfillmentOrder resource represents either an item or a group of items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location. Fulfillment orders are created automatically when an order is created. We can retrieve all fulfillment orders related to a given… Continue reading Shopify Fulfillment Orders API

How to close an item line in a Sales order (because not able to remove it due to Wave record creation)

An item line from a sales order with a connected wave needs to be deleted by the user. Even if the Wave is finished and the Pick Task for the impacted item is marked as Done or deleted, this cannot be done. By doing this, a system error is generated. Solution: Users can make the… Continue reading How to close an item line in a Sales order (because not able to remove it due to Wave record creation)