Announcement

Collapse
No announcement yet.

JSON API and Track Inventory for Product Update/Insert

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    JSON API and Track Inventory for Product Update/Insert

    Looking through the docs, I don't think this is possible currently, but is there an API solution to assign "Track Product" (track inventory) to a product during a Product_Insert or Product_Update push?

    If not, is there any way to do this automatically without having to go to each product and check the little checkbox?
    Benjamin Smith - Developer
    www.midwestgunworks.com

    #2
    Yes, we're working on the docs for this but this function exists:

    {
    "Store_Code": "miva",
    "Function": "InventoryProductSettings_Update",
    "Product_Code" : "shirt",
    "TrackProduct" : true
    }
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Brennan Thank you - that's awesome!
      I will update my API pushes now so that the overall process is even more streamlined!
      Benjamin Smith - Developer
      www.midwestgunworks.com

      Comment

      Working...
      X