associating orders to vendors #580
-
I'm setting up a multi-vendor marketplace and am currently stuck at this step: I cannot find any way to do anything with the items array level of the Orders model. There is no way I know of to do with with the "add field" button in the model, and the code I have run through the API consistently returns "Error updating the items array: Resource not found /models/orders/fields/items/fields" Here is an example of what I've tried running to set up the product.vendor_id formula. Any help you can provide would be greatly appreciated. Fwiw, I have had success with all preceding steps in this walkthrough, so any questions you might have about whether I have completed those steps are all "yes" and they are working properly as far as I can tell. I've successfully run scripts to create new products and fetched vendor products lists, etc. Thanks so much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try "/:models" instead of "/models" |
Beta Was this translation helpful? Give feedback.
Try "/:models" instead of "/models"