ShopStatus: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "= 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 endpoint...")
 
Line 11: Line 11:
== Property list ==
== Property list ==


{{api_input_table_header}}
{| class="wikitable api-table"
!Property name
!Property type
!Description
|-
|-
| Unspecified
| Unspecified
| string  
| string  
|
| The shop status has not been specified.
| The shop status has not been specified.
|-
|-
| NewUnderApproval
| NewUnderApproval
| string  
| string  
|
 
| The shop is newly created and is being approved.
| The shop is newly created and is being approved.
|-
|-
| NewForbidden
| NewForbidden
| string
| string
|
| The shop is newly created, but it is forbidden from conducting Barion operations.
| The shop is newly created, but it is forbidden from conducting Barion operations.
|-
|-
| Open
| Open
| string
| string
|
| The shop is open, and all Barion operations are available.
| The shop is open, and all Barion operations are available.
|-
|-
| OpenWaitForModificationApproval
| OpenWaitForModificationApproval
| string
| string
|
| The shop is open, and a modification is under approval.
| The shop is open, and a modification is under approval.
|-
|-
| OpenModificationForbidden
| OpenModificationForbidden
| string
| string
|
| The shop is open, and its properties cannot be modified.
| The shop is open, and its properties cannot be modified.
|-
|-
| TemporaryClosed
| TemporaryClosed
| string
| string
|
| The shop is temporarily closed.
| The shop is temporarily closed.
|-
|-
| TemporaryClosedWaitForModificationApproval
| TemporaryClosedWaitForModificationApproval
| string
| string
|
| The shop is temporarily closed while awaiting approval for a modification.
| The shop is temporarily closed while awaiting approval for a modification.
|-
|-
| TemporaryClosedModificationForbidden
| TemporaryClosedModificationForbidden
| string
| string
|
| The shop is temporarily closed, and its properties cannot be modified.
| The shop is temporarily closed, and its properties cannot be modified.
|-
|-
| PermanentlyClosed
| PermanentlyClosed
| string
| string
|
| The shop is closed permanently.
| The shop is closed permanently.
|-
|-
| PermanentlyClosedByUser
| PermanentlyClosedByUser
| string
| string
|
| The shop owner closed the shop.
| The shop owner closed the shop.
|-
|-
| PermanentlyClosedByOfficer
| PermanentlyClosedByOfficer
| string
| string
|
| A Barion officer closed the shop permanently.
| A Barion officer closed the shop permanently.
|-
|-
| ClosedByOfficer
| ClosedByOfficer
| string
| string
|
| A Barion officer closed the shop.
| A Barion officer closed the shop.
|-
|-
| ReOpen_WaitingForApproval
| ReOpen_WaitingForApproval
| string
| string
|
| The shop is being reopened and awaiting approval.
| The shop is being reopened and awaiting approval.
|-
|-
| Draft
| Draft
| string
| string
|
| The shop is in draft state.
| The shop is in draft state.
|-
|-
|}
|}

Revision as of 10:46, 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 newly created, but it is forbidden from conducting Barion operations.
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 its properties cannot be modified.
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.