---
title: "Upload Store Reports"
method: POST
path: "/store/reports"
---

# Upload Store Reports

`POST /store/reports`

Uploads store report from InStore to the main server.

## Query parameters

- `format` 'xml' | 'json'

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `store` object
      - `report` object
        - `type` string
        - `store_code` string
        - `date` string
        - `item_status` object
          - `success` string
          - `code` string
          - `message` string

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
