@jamesratcliffe what about work order lines? I'd like to be able to add a WorkOrderLine (I believe this is the correct abstraction) to a work order using the API. Is there any way to do this, or any alternative that you'd recommend?
I was taking a look at the docs for Sale, and it doesn't look like there is a way to add a SaleLine to a Sale either?
In the access scopes page there is a scope for employee:workbench that describes an ability to "View, create, update, and archive work orders." I found this misleading, but maybe this refers to something else?
Yes, that is a bit confusing, but the scope technically does grant write access. Right now that access is useless because there's no endpoint that lets you create, update or archive work orders, but when they're added, tokens with this scope will already be able to use those endpoints.
Adrian SamuelModerator, Lightspeed StaffPosts: 573moderator
@mVanier, none yet. Product managers are aware, there has been conversation on it, however any such updates would stand behind our major updates to our costing and inventory modules which we've publicly spoken about. Since workorders reserve inventory internally, all these things have to be factored into a logical development flow.
To your knowledge, is there another way to import workorders in bulk (ex. csv file, xml, etc.)? Or is the only way to create workorders is through the user interface?
I did the Booxi demo and the workorders are not created within booxi but actually through opening Lightspeed not through the API.
The 2 options then are creating a sale or a work order. The only advantage I see is that the client name is on a pick list and if you are creating a sale the noninventory item that is associated with the appointment is populated into the sale.
This still shows that the customer and noninventory item were added somehow through the API.
Can you point me to how one can open a lightspeed session with those parameters?
13 comments
Lightspeed HQ
I was taking a look at the docs for Sale, and it doesn't look like there is a way to add a SaleLine to a Sale either?
You can add a SaleLine to a Sale with the Sale.SaleLine endpoint:
http://developers.lightspeedhq.com/retail/endpoints/Sale-SaleLine/
You can also update the Sale with the SaleLine(s) nested in the payload.
Lightspeed HQ
In the access scopes page there is a scope for employee:workbench that describes an ability to "View, create, update, and archive work orders." I found this misleading, but maybe this refers to something else?
Lightspeed HQ
If there are enough requests for a specific feature, the Product team may re-consider and re-prioritize to make room for that feature on the roadmap.
Lightspeed HQ
Hi guys, any news on this feature? It almost been a year since the last update.
We too would need those end-points for one of our projects. Any estimate on when we could expect to see those coming out?
Adrian Samuel
API Integrations Consultant - Strategic Solutions
Lightspeed HQ
To your knowledge, is there another way to import workorders in bulk (ex. csv file, xml, etc.)? Or is the only way to create workorders is through the user interface?
It is not possible to import workorders. You will have to create them using the UI.
API Support Specialist
Lightspeed HQ
@Alex Lugo
Thanks for the information on work order creation via API. I see that Booxi is able to create WOs via their integration:
http://help.booxi.com/english/integration-setup/how-to-integrate-lightspeed-retail-with-booxi
Can you share more on how that is done?
I did the Booxi demo and the workorders are not created within booxi but actually through opening Lightspeed not through the API.
The 2 options then are creating a sale or a work order. The only advantage I see is that the client name is on a pick list and if you are creating a sale the noninventory item that is associated with the appointment is populated into the sale.
This still shows that the customer and noninventory item were added somehow through the API.
Can you point me to how one can open a lightspeed session with those parameters?