Update Store Status
PUT/v1/stores/status
The partner application should call this endpoint when needing to change the status of a store that already completed the onboarding process.
RATE LIMIT: 2 per minute
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 422
The store status was successfully updated.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.