最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Netsuite REST API ItemReceipt missing expense data with expandSubResources - Stack Overflow

programmeradmin7浏览0评论

I'm trying to GET the data for itemReceipts using Netsuite Rest in Postman, my url below:

/?expandSubResources=true

I can get the purchaseOrder or vendorBill expense line data, but for itemReceipt url above it doesn't show any data for expenses, only items. Is there a way to get data for expense lines for itemReceipt? Is it a different URL?

thank you

I'm trying to GET the data for itemReceipts using Netsuite Rest in Postman, my url below:

https://mysite.suitetalk.apisuite/services/rest/record/v1/itemReceipt/21028/?expandSubResources=true

I can get the purchaseOrder or vendorBill expense line data, but for itemReceipt url above it doesn't show any data for expenses, only items. Is there a way to get data for expense lines for itemReceipt? Is it a different URL?

thank you

Share Improve this question asked Mar 20 at 20:06 accountdev253accountdev253 231 silver badge6 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Item Fulfillments are used when receiving or sending goods; they typically don't have Expense data since Expenses aren't typically fulfilled from your Warehouse.

There is no sublist nor collection for Item Fulfillments in either the REST API or the SuiteScript API.

发布评论

评论列表(0)

  1. 暂无评论