POST/shop/status

Get Shop Status

This method retrieves the status of a specified shopID, indicating whether the shop is completed or still in progress
POST/shop/status

Mandatory Fields

  • shopId
  • scheduleId

Optional Fields

  • body

Parameter Details

NameInTypeRequiredDescription
bodybodyshopStatusReqOptionalnone

Responses

StatusMeaningDescriptionSchema
200OKshop status displayshopstatusList
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
404Not FoundNot FoundNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X POST /shop/status \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Body parameter

{
  "shopId": 6,
  "scheduleId": 47,
  "sinceDate": "2025-05-06"
}

Example responses

200 Response
[
  {
    "shopId": 1,
    "scheduleId": 2,
    "statusMessage": "InProgress"
  }
]

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.