I am using CatalogApi.BatchUpsertCatalogObjects to upsert catalog objects to Square. When I use this and it involves adding a catalog to a location, it does not seem to be working. I am not receiving any errors. The JSON looks like this for the object
"present_at_all_locations": false,
"present_at_location_ids": [
"L2PY3MXW41QSJ",
"L3H3S9ZRJ0RTW",
"LAATPCXS1NJCR",
"LDMW0EGA3DMS0",
"LG33K405HDHMC",
"LHVMZSDNXVWSE",
"LKSDSSPESD4QW",
"LMDMXSV277WH0",
"LQY95E0BA6GMS",
"LYTP95NE6ZK46",
"LZAQDFZ0TANCY"
]
Is there something I am missing?