Hi John, Thanks for the reply.
No, but it may confirm a bug.
We arent interested in service orders, we need the item orders to access the inventory par numvers/item codes against each line item. This then gets passed on you our supplier where the matching part numbers are used to generate an invoice in their system.
Because out 'item' type orders are returned on the service endpoint, this stuffs everything up, the service item model does not contain the inventory codes, just a narration, which cant be used with our supplier.
Our workflow:
- We are calling ite Item PO endpoint.
- Supplieris setup as an "Item" template/type.
- orders raised in myob are clearly of item type format (your prompted for inventory codes, the header of the form says "Purchases Edit Item")
- Yet when we call the sdk, we get NO orders on the item endpoint, and all orders on the service endpoint.
The po's should be returned on the items endpoint, but they arent.
Either a data issue or a sdk/api bug.