epipko
epipko

Reputation: 517

NetSuite: How to enter landed cost into itemReceipt via API

NetSuite 2024.1 I've manually created itemReceipt (IR39) by receiving purchase order. On itemReceipt under Items & Expenses there is Landed Cost column with an icon. Once clicked, it brings a small form like this: enter image description here

When I call GET /itemReceipt/{id} I am getting this:

enter image description here

Documentation for itemReceipt shows this:

enter image description here

Questions:

  1. why don't I see form values in resulting JSON of POST /itemReceipt/{id}?
  2. How do I add landed cost values via API call?

Upvotes: 0

Views: 78

Answers (0)

Related Questions