Error {“errors”:{“key”:[“must be unique within this namespace on this resource”]}} Solution You can use the Product API to update or create a metafield when you call PUT /products/PRODUCT_ID.json But after you save a product you don’t get the metafields, so you need to call first /metafields.json?metafield[owner_id]=PRODUCT_ID&metafield[owner_resource]=product
Month: February 2023
File Types Recognized in the File Cabinet
You can upload any type of file to the File Cabinet. The Documents pane shows the file extension and lists the file type. The following file types are recognized in the NetSuite File Cabinet: File Type file name Extension AppCache Manifest File .appcache AutoCad .dwg, .dwf, .dxf, .dwt, .plt BMP Image .bmp Certificate File .cer,… Continue reading File Types Recognized in the File Cabinet
Cross-Subsidiary Fulfillment
With Cross-Subsidiary Fulfillment, users can order an item from a subsidiary website regardless of inventory level at that subsidiary as long as there is sufficient inventory to fulfill the order at a related subsidiary. The inventory available to the customer equals the inventory level at the subsidiary with the highest quantity of an item. It… Continue reading Cross-Subsidiary Fulfillment
Using Cached Model
To load a page more faster than before like a landing page which has more items we can use ‘Backbone.CachedModel’ on the model file adding a sample along with this
Working with Shopping Cart
The internal ID for this record is shoppingcart. You can use the UI to create saved searches with data from the shopping cart. Go to Lists > Search > Saved Searches > New > Shopping cart. The shopping cart record is scriptable in server SuiteScript only. The shopping cart record is not fully scriptable. Only search… Continue reading Working with Shopping Cart
Error in Customer flow, unable to add new Shopify customer to NetSuite.
Error: Multiple matches were found for customer record with criteria: [[“email”,”is”,”test@gmail.com”],”AND”,[“custentity_celigo_shopify_store”,”is”,”@NONE@”]]. Please use different secondary lookup criteria and try again. Solution: Check if there are multiple customer records in NetSuite for test@gmail.com. To resolve this, t’s either you need to make sure that there’s no duplicate customer record in NetSuite with email address or you… Continue reading Error in Customer flow, unable to add new Shopify customer to NetSuite.
To create a class to a existing element using jquery
When ever different changes is to be made to a single element we create class to an existing div using jquery To add a new class, we use jQuery addClass() method. The addClass() method is used to add more classes and their attributes to each selected element. It can also be used to change the property of the selected… Continue reading To create a class to a existing element using jquery
Big Commerce: Stencil setup for windows
To install Stencil CLI on windows, initially download the following in your PC: *Git *Python 2.7.x or python 3.11 *node .js 14 and npm (higher versions are not supported) Once these are installed, use the following command in command prompt to download Stencil CLI: npm install -g @bigcommerce/stencil-cli Live preview of theme Add API account… Continue reading Big Commerce: Stencil setup for windows
MY API
My API is a custom HTTP endpoint used by client applications to execute scripts in integrator.io. 1. Calls to My API endpoints trigger a script inside the integrator io platform. 2. The script then implements logic to invoke flows, exports, and imports. 3. The script handles the request and returns a response back to… Continue reading MY API
How to create a watch animation in the website using html an
check the below code. HTML CSS