Trouble with Items (API)

I’m currently working on creating some orders via API, but i can’t figure out how to attach an item to the order… it seems like i have to make up an item for each order (no link to the square catalog) since there’s no field for the item ID? I’m just not grasping it :confused:

Also, how can i get new items as they’re created updated? (to keep my app’s offerings up-to-date with in-store items)

  • I tried using the catalog list, but it seems like it only gives item categories, not item details themselves
  • I also tried using catalog object ID, but that wasn’t helpful either, didn’t even pull in the item price :confused:

Thanks!

okay i’ve figured it out (variations) i got these all working now i think :slight_smile: