# Batch upsert pricat skus **POST /v2/api/pricats/products/batch** Upserts pricat sku rows for a given pricat. ## Servers - https://api.maddenanalytics.com: https://api.maddenanalytics.com () ## Parameters ### Body: application/json (object) Pricat info and array of pricat sku upsert requests - **items** (array[object]) - **pricat** (object) ## Responses ### 200 OK #### Body: application/json (array[object]) - **message** (string) - **reference** (string) - **referenceField** (string) - **statusCode** (integer) ### 400 Bad request - invalid input #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### default All errors will return the same object with a describing code & message #### Body: application/json (array[object]) - **message** (string) - **reference** (string) - **referenceField** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)