I would like to manually assign a Production Order ID to a specific line item on a sales order. Can I do this via the API? If so, how? The SalesOrder endpoint does not seem to have these fields available.
Thanks!
I would like to manually assign a Production Order ID to a specific line item on a sales order. Can I do this via the API? If so, how? The SalesOrder endpoint does not seem to have these fields available.
Thanks!
Best answer by Django
When you’re working with the Web Endpoints, you can extend one of the endpoints (likely Default) so that you can create modified versions for your particular needs. This would allow you to add additional fields to the endpoint and then interface with that field like any other field via the REST Api.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.