Enhancement Request: Update Items endpoint to include QuantityCommitted/QuantityAvailable/QuantityOnOrder by location

This thread is now closed to new comments.
Some of the links and information provided in this thread may no longer be available or relevant.
If you have a question please start a new post.
nic-acc-addons1
Experienced User
30 Posts
Experienced User
Experienced User

30Posts

4Kudos

1Solutions

Enhancement Request: Update Items endpoint to include QuantityCommitted/QuantityAvailable/QuantityOnOrder by location

This is just a simple request foir enhanging the Inventory/Items endpoint to be able to read the quantity committed, available and on order by location.

 

Sample syntax below

{

"UID" : "d5ab0fd1-3bf4-4230-bbaf-90b26ea9afda",

"Number" : "120",

"Name" : "Cooler Filter Large",

...

"LocationDetails" : [

{

"UID" : "5b854f1f-8921-4ad1-93ee-565b31790334",

"Identifier" : "Location1",

"Name" : "Primary Location",

"URI" : "{cf_uri}Inventory/Location/5b854f1f-8921-4ad1-93ee-565b31790334"

},

"QuantityOnHand" : 133,

"QuantityCommitted" : 0,

"QuantityOnOrder" : 0,

"QuantityAvailable" : 133,

}, 

{

"UID" : "5b854f1f-8921-4ad1-93ee-565b31790335",

"Identifier" : "Location2",

"Name" : "Secondary Location",

"URI" : "{cf_uri}Inventory/Location/5b854f1f-8921-4ad1-93ee-565b31790335"

},

"QuantityOnHand" : 1,

"QuantityCommitted" : 2,

"QuantityOnOrder" : 2,

"QuantityAvailable" : 1,

}, 

...

Nicolas Emmerich | MYOB Professional Developer | Consultant
Accounting Addons - 1300 ADDONS | (1300 233 667)
Excel Add-on Solutions, Consulting, Training, Customisation & Support
OdataLink | BudgetLink | ExcelReportLink | ODBCLink | DirectDebitsLink
1 REPLY 1
Neil_M
13,473 Posts
Former Staff
Former Staff

13,473Posts

0Kudos

1,916Solutions

Re: Enhancement Request: Update Items endpoint to include QuantityCommitted/QuantityAvailable/QuantityOnOrder by location

HI @nic-acc-addons1 

 

I’ve passed your comments onto our team who look after the API. Whilst I can’t speak to the timeline of any potential changes within the API to enable those specific endpoints, I have put it in front of the appropriate teams for their consideration

Regards,
Neil

MYOB Community Support

Online Help| Forum Search| my.MYOB| Download Page

Did my answer help?

Mark it as a SolutionHelpful? Leave a to tell others

Didn't find your answer here?

Try using advanced search to find a post more easily Advanced Search
or
Get the conversation started and make a new post Start a Post