ShopStatus: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 27: Line 27:
| NewForbidden
| NewForbidden
| string
| string
| The shop is newly created, but it is forbidden from conducting Barion operations.
| The shop is pending approval.
|-
|-
| Open
| Open
Line 39: Line 39:
| OpenModificationForbidden
| OpenModificationForbidden
| string
| string
| The shop is open, and its properties cannot be modified.
| The shop is open, and a modification you sent for approval has been rejected.
|-
|-
| TemporaryClosed
| TemporaryClosed

Revision as of 10:49, 9 May 2023

Shop status structure

This structure represents the details for the status of your shop in Barion.

API usage

This structure is used by the following API endpoints:

Property list

Property name Property type Description
Unspecified string The shop status has not been specified.
NewUnderApproval string The shop is newly created and is being approved.
NewForbidden string The shop is pending approval.
Open string The shop is open, and all Barion operations are available.
OpenWaitForModificationApproval string The shop is open, and a modification is under approval.
OpenModificationForbidden string The shop is open, and a modification you sent for approval has been rejected.
TemporaryClosed string The shop is temporarily closed.
TemporaryClosedWaitForModificationApproval string The shop is temporarily closed while awaiting approval for a modification.
TemporaryClosedModificationForbidden string The shop is temporarily closed, and its properties cannot be modified.
PermanentlyClosed string The shop is closed permanently.
PermanentlyClosedByUser string The shop owner closed the shop.
PermanentlyClosedByOfficer string A Barion officer closed the shop permanently.
ClosedByOfficer string A Barion officer closed the shop.
ReOpen_WaitingForApproval string The shop is being reopened and awaiting approval.
Draft string The shop is in draft state.