Preparing search index...
The search index is not available
@basaldev/blocks-frontend-sdk
@basaldev/blocks-frontend-sdk
api
OrderResponse
Interface OrderResponse<CustomFields>
interface
OrderResponse
{
cancelReason
?:
null
|
"PENDING"
|
"DECLINED"
|
"INVENTORY"
|
"OTHER"
;
canceledAt
?:
null
|
string
;
cart
?:
null
|
CartResource
;
checkout
?:
null
|
CheckoutResource
;
closedAt
:
null
|
string
;
createdAt
:
string
;
currency
:
"JPY"
;
customFields
:
CustomFields
;
customer
?:
OrderCustomerType
<
unknown
>
;
id
:
string
;
lineItems
:
LineItem
<
unknown
>
[]
;
organization
:
string
;
status
:
string
;
subtotalPrice
:
number
;
totalPrice
:
number
;
totalTax
:
number
;
updatedAt
:
string
;
}
Type Parameters
CustomFields
=
unknown
Hierarchy
Order
<
CustomFields
>
OrderResponse
Index
Properties
cancel
Reason?
canceled
At?
cart?
checkout?
closed
At
created
At
currency
custom
Fields
customer?
id
line
Items
organization
status
subtotal
Price
total
Price
total
Tax
updated
At
Properties
Optional
cancel
Reason
cancel
Reason
?:
null
|
"PENDING"
|
"DECLINED"
|
"INVENTORY"
|
"OTHER"
Optional
canceled
At
canceled
At
?:
null
|
string
Optional
cart
cart
?:
null
|
CartResource
Optional
checkout
checkout
?:
null
|
CheckoutResource
closed
At
closed
At
:
null
|
string
created
At
created
At
:
string
currency
currency
:
"JPY"
custom
Fields
custom
Fields
:
CustomFields
Optional
customer
customer
?:
OrderCustomerType
<
unknown
>
id
id
:
string
line
Items
line
Items
:
LineItem
<
unknown
>
[]
organization
organization
:
string
status
status
:
string
subtotal
Price
subtotal
Price
:
number
total
Price
total
Price
:
number
total
Tax
total
Tax
:
number
updated
At
updated
At
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cancel
Reason
canceled
At
cart
checkout
closed
At
created
At
currency
custom
Fields
customer
id
line
Items
organization
status
subtotal
Price
total
Price
total
Tax
updated
At
@basaldev/blocks-frontend-sdk
api
bucket
log
session
socket
utils
NBError
NBErrorData
ErrorCode
convertAxiosErrorToNBError
isError
isNBError
Generated using
TypeDoc