docs: update override price selection strategy documentation (#5438)
* docs: update override price selection strategy documentation * fix eslint errors
This commit is contained in:
+3
-3
@@ -12,16 +12,16 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### ADMIN
|
||||
|
||||
• **ADMIN** = ``"admin"``
|
||||
**ADMIN** = ``"admin"``
|
||||
|
||||
___
|
||||
|
||||
### DEVELOPER
|
||||
|
||||
• **DEVELOPER** = ``"developer"``
|
||||
**DEVELOPER** = ``"developer"``
|
||||
|
||||
___
|
||||
|
||||
### MEMBER
|
||||
|
||||
• **MEMBER** = ``"member"``
|
||||
**MEMBER** = ``"member"``
|
||||
|
||||
+7
-7
@@ -12,40 +12,40 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### COMPLETED
|
||||
|
||||
• **COMPLETED** = ``"completed"``
|
||||
**COMPLETED** = ``"completed"``
|
||||
|
||||
___
|
||||
|
||||
### CONFIRMED
|
||||
|
||||
• **CONFIRMED** = ``"confirmed"``
|
||||
**CONFIRMED** = ``"confirmed"``
|
||||
|
||||
___
|
||||
|
||||
### CREATED
|
||||
|
||||
• **CREATED** = ``"created"``
|
||||
**CREATED** = ``"created"``
|
||||
|
||||
___
|
||||
|
||||
### FAILED
|
||||
|
||||
• **FAILED** = ``"failed"``
|
||||
**FAILED** = ``"failed"``
|
||||
|
||||
___
|
||||
|
||||
### PRE\_PROCESSED
|
||||
|
||||
• **PRE\_PROCESSED** = ``"pre_processed"``
|
||||
**PRE\_PROCESSED** = ``"pre_processed"``
|
||||
|
||||
___
|
||||
|
||||
### PROCESSING
|
||||
|
||||
• **PROCESSING** = ``"processing"``
|
||||
**PROCESSING** = ``"processing"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### ITEM
|
||||
|
||||
• **ITEM** = ``"item"``
|
||||
**ITEM** = ``"item"``
|
||||
|
||||
___
|
||||
|
||||
### TOTAL
|
||||
|
||||
• **TOTAL** = ``"total"``
|
||||
**TOTAL** = ``"total"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CLAIM
|
||||
|
||||
• **CLAIM** = ``"claim"``
|
||||
**CLAIM** = ``"claim"``
|
||||
|
||||
___
|
||||
|
||||
### DEFAULT
|
||||
|
||||
• **DEFAULT** = ``"default"``
|
||||
**DEFAULT** = ``"default"``
|
||||
|
||||
___
|
||||
|
||||
### DRAFT\_ORDER
|
||||
|
||||
• **DRAFT\_ORDER** = ``"draft_order"``
|
||||
**DRAFT\_ORDER** = ``"draft_order"``
|
||||
|
||||
___
|
||||
|
||||
### PAYMENT\_LINK
|
||||
|
||||
• **PAYMENT\_LINK** = ``"payment_link"``
|
||||
**PAYMENT\_LINK** = ``"payment_link"``
|
||||
|
||||
___
|
||||
|
||||
### SWAP
|
||||
|
||||
• **SWAP** = ``"swap"``
|
||||
**SWAP** = ``"swap"``
|
||||
|
||||
+9
-9
@@ -12,52 +12,52 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### FULFILLED
|
||||
|
||||
• **FULFILLED** = ``"fulfilled"``
|
||||
**FULFILLED** = ``"fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_FULFILLED
|
||||
|
||||
• **NOT\_FULFILLED** = ``"not_fulfilled"``
|
||||
**NOT\_FULFILLED** = ``"not_fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_FULFILLED
|
||||
|
||||
• **PARTIALLY\_FULFILLED** = ``"partially_fulfilled"``
|
||||
**PARTIALLY\_FULFILLED** = ``"partially_fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_RETURNED
|
||||
|
||||
• **PARTIALLY\_RETURNED** = ``"partially_returned"``
|
||||
**PARTIALLY\_RETURNED** = ``"partially_returned"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_SHIPPED
|
||||
|
||||
• **PARTIALLY\_SHIPPED** = ``"partially_shipped"``
|
||||
**PARTIALLY\_SHIPPED** = ``"partially_shipped"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = ``"requires_action"``
|
||||
**REQUIRES\_ACTION** = ``"requires_action"``
|
||||
|
||||
___
|
||||
|
||||
### RETURNED
|
||||
|
||||
• **RETURNED** = ``"returned"``
|
||||
**RETURNED** = ``"returned"``
|
||||
|
||||
___
|
||||
|
||||
### SHIPPED
|
||||
|
||||
• **SHIPPED** = ``"shipped"``
|
||||
**SHIPPED** = ``"shipped"``
|
||||
|
||||
+3
-3
@@ -12,16 +12,16 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### NA
|
||||
|
||||
• **NA** = ``"na"``
|
||||
**NA** = ``"na"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_REFUNDED
|
||||
|
||||
• **NOT\_REFUNDED** = ``"not_refunded"``
|
||||
**NOT\_REFUNDED** = ``"not_refunded"``
|
||||
|
||||
___
|
||||
|
||||
### REFUNDED
|
||||
|
||||
• **REFUNDED** = ``"refunded"``
|
||||
**REFUNDED** = ``"refunded"``
|
||||
|
||||
+4
-4
@@ -12,22 +12,22 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### MISSING\_ITEM
|
||||
|
||||
• **MISSING\_ITEM** = ``"missing_item"``
|
||||
**MISSING\_ITEM** = ``"missing_item"``
|
||||
|
||||
___
|
||||
|
||||
### OTHER
|
||||
|
||||
• **OTHER** = ``"other"``
|
||||
**OTHER** = ``"other"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCTION\_FAILURE
|
||||
|
||||
• **PRODUCTION\_FAILURE** = ``"production_failure"``
|
||||
**PRODUCTION\_FAILURE** = ``"production_failure"``
|
||||
|
||||
___
|
||||
|
||||
### WRONG\_ITEM
|
||||
|
||||
• **WRONG\_ITEM** = ``"wrong_item"``
|
||||
**WRONG\_ITEM** = ``"wrong_item"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### REFUND
|
||||
|
||||
• **REFUND** = ``"refund"``
|
||||
**REFUND** = ``"refund"``
|
||||
|
||||
___
|
||||
|
||||
### REPLACE
|
||||
|
||||
• **REPLACE** = ``"replace"``
|
||||
**REPLACE** = ``"replace"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### IN
|
||||
|
||||
• **IN** = ``"in"``
|
||||
**IN** = ``"in"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_IN
|
||||
|
||||
• **NOT\_IN** = ``"not_in"``
|
||||
**NOT\_IN** = ``"not_in"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CUSTOMER\_GROUPS
|
||||
|
||||
• **CUSTOMER\_GROUPS** = ``"customer_groups"``
|
||||
**CUSTOMER\_GROUPS** = ``"customer_groups"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCTS
|
||||
|
||||
• **PRODUCTS** = ``"products"``
|
||||
**PRODUCTS** = ``"products"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCT\_COLLECTIONS
|
||||
|
||||
• **PRODUCT\_COLLECTIONS** = ``"product_collections"``
|
||||
**PRODUCT\_COLLECTIONS** = ``"product_collections"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCT\_TAGS
|
||||
|
||||
• **PRODUCT\_TAGS** = ``"product_tags"``
|
||||
**PRODUCT\_TAGS** = ``"product_tags"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCT\_TYPES
|
||||
|
||||
• **PRODUCT\_TYPES** = ``"product_types"``
|
||||
**PRODUCT\_TYPES** = ``"product_types"``
|
||||
|
||||
+3
-3
@@ -12,16 +12,16 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### FIXED
|
||||
|
||||
• **FIXED** = ``"fixed"``
|
||||
**FIXED** = ``"fixed"``
|
||||
|
||||
___
|
||||
|
||||
### FREE\_SHIPPING
|
||||
|
||||
• **FREE\_SHIPPING** = ``"free_shipping"``
|
||||
**FREE\_SHIPPING** = ``"free_shipping"``
|
||||
|
||||
___
|
||||
|
||||
### PERCENTAGE
|
||||
|
||||
• **PERCENTAGE** = ``"percentage"``
|
||||
**PERCENTAGE** = ``"percentage"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### COMPLETED
|
||||
|
||||
• **COMPLETED** = ``"completed"``
|
||||
**COMPLETED** = ``"completed"``
|
||||
|
||||
___
|
||||
|
||||
### OPEN
|
||||
|
||||
• **OPEN** = ``"open"``
|
||||
**OPEN** = ``"open"``
|
||||
|
||||
+9
-9
@@ -12,52 +12,52 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### FULFILLED
|
||||
|
||||
• **FULFILLED** = ``"fulfilled"``
|
||||
**FULFILLED** = ``"fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_FULFILLED
|
||||
|
||||
• **NOT\_FULFILLED** = ``"not_fulfilled"``
|
||||
**NOT\_FULFILLED** = ``"not_fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_FULFILLED
|
||||
|
||||
• **PARTIALLY\_FULFILLED** = ``"partially_fulfilled"``
|
||||
**PARTIALLY\_FULFILLED** = ``"partially_fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_RETURNED
|
||||
|
||||
• **PARTIALLY\_RETURNED** = ``"partially_returned"``
|
||||
**PARTIALLY\_RETURNED** = ``"partially_returned"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_SHIPPED
|
||||
|
||||
• **PARTIALLY\_SHIPPED** = ``"partially_shipped"``
|
||||
**PARTIALLY\_SHIPPED** = ``"partially_shipped"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = ``"requires_action"``
|
||||
**REQUIRES\_ACTION** = ``"requires_action"``
|
||||
|
||||
___
|
||||
|
||||
### RETURNED
|
||||
|
||||
• **RETURNED** = ``"returned"``
|
||||
**RETURNED** = ``"returned"``
|
||||
|
||||
___
|
||||
|
||||
### SHIPPED
|
||||
|
||||
• **SHIPPED** = ``"shipped"``
|
||||
**SHIPPED** = ``"shipped"``
|
||||
|
||||
+3
-3
@@ -12,16 +12,16 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### ITEM\_ADD
|
||||
|
||||
• **ITEM\_ADD** = ``"item_add"``
|
||||
**ITEM\_ADD** = ``"item_add"``
|
||||
|
||||
___
|
||||
|
||||
### ITEM\_REMOVE
|
||||
|
||||
• **ITEM\_REMOVE** = ``"item_remove"``
|
||||
**ITEM\_REMOVE** = ``"item_remove"``
|
||||
|
||||
___
|
||||
|
||||
### ITEM\_UPDATE
|
||||
|
||||
• **ITEM\_UPDATE** = ``"item_update"``
|
||||
**ITEM\_UPDATE** = ``"item_update"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### CONFIRMED
|
||||
|
||||
• **CONFIRMED** = ``"confirmed"``
|
||||
**CONFIRMED** = ``"confirmed"``
|
||||
|
||||
___
|
||||
|
||||
### CREATED
|
||||
|
||||
• **CREATED** = ``"created"``
|
||||
**CREATED** = ``"created"``
|
||||
|
||||
___
|
||||
|
||||
### DECLINED
|
||||
|
||||
• **DECLINED** = ``"declined"``
|
||||
**DECLINED** = ``"declined"``
|
||||
|
||||
___
|
||||
|
||||
### REQUESTED
|
||||
|
||||
• **REQUESTED** = ``"requested"``
|
||||
**REQUESTED** = ``"requested"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### ARCHIVED
|
||||
|
||||
• **ARCHIVED** = ``"archived"``
|
||||
**ARCHIVED** = ``"archived"``
|
||||
|
||||
___
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### COMPLETED
|
||||
|
||||
• **COMPLETED** = ``"completed"``
|
||||
**COMPLETED** = ``"completed"``
|
||||
|
||||
___
|
||||
|
||||
### PENDING
|
||||
|
||||
• **PENDING** = ``"pending"``
|
||||
**PENDING** = ``"pending"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = ``"requires_action"``
|
||||
**REQUIRES\_ACTION** = ``"requires_action"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### AUTHORIZED
|
||||
|
||||
• **AUTHORIZED** = ``"authorized"``
|
||||
**AUTHORIZED** = ``"authorized"``
|
||||
|
||||
___
|
||||
|
||||
### AWAITING
|
||||
|
||||
• **AWAITING** = ``"awaiting"``
|
||||
**AWAITING** = ``"awaiting"``
|
||||
|
||||
___
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_PAID
|
||||
|
||||
• **NOT\_PAID** = ``"not_paid"``
|
||||
**NOT\_PAID** = ``"not_paid"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_AUTHORIZED
|
||||
|
||||
• **PARTIALLY\_AUTHORIZED** = ``"partially_authorized"``
|
||||
**PARTIALLY\_AUTHORIZED** = ``"partially_authorized"``
|
||||
|
||||
+7
-7
@@ -12,40 +12,40 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### AWAITING
|
||||
|
||||
• **AWAITING** = ``"awaiting"``
|
||||
**AWAITING** = ``"awaiting"``
|
||||
|
||||
___
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### CAPTURED
|
||||
|
||||
• **CAPTURED** = ``"captured"``
|
||||
**CAPTURED** = ``"captured"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_PAID
|
||||
|
||||
• **NOT\_PAID** = ``"not_paid"``
|
||||
**NOT\_PAID** = ``"not_paid"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_REFUNDED
|
||||
|
||||
• **PARTIALLY\_REFUNDED** = ``"partially_refunded"``
|
||||
**PARTIALLY\_REFUNDED** = ``"partially_refunded"``
|
||||
|
||||
___
|
||||
|
||||
### REFUNDED
|
||||
|
||||
• **REFUNDED** = ``"refunded"``
|
||||
**REFUNDED** = ``"refunded"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = ``"requires_action"``
|
||||
**REQUIRES\_ACTION** = ``"requires_action"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### ACTIVE
|
||||
|
||||
• **ACTIVE** = ``"active"``
|
||||
**ACTIVE** = ``"active"``
|
||||
|
||||
___
|
||||
|
||||
### DRAFT
|
||||
|
||||
• **DRAFT** = ``"draft"``
|
||||
**DRAFT** = ``"draft"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### OVERRIDE
|
||||
|
||||
• **OVERRIDE** = ``"override"``
|
||||
**OVERRIDE** = ``"override"``
|
||||
|
||||
___
|
||||
|
||||
### SALE
|
||||
|
||||
• **SALE** = ``"sale"``
|
||||
**SALE** = ``"sale"``
|
||||
|
||||
+4
-4
@@ -12,22 +12,22 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### DRAFT
|
||||
|
||||
• **DRAFT** = ``"draft"``
|
||||
**DRAFT** = ``"draft"``
|
||||
|
||||
___
|
||||
|
||||
### PROPOSED
|
||||
|
||||
• **PROPOSED** = ``"proposed"``
|
||||
**PROPOSED** = ``"proposed"``
|
||||
|
||||
___
|
||||
|
||||
### PUBLISHED
|
||||
|
||||
• **PUBLISHED** = ``"published"``
|
||||
**PUBLISHED** = ``"published"``
|
||||
|
||||
___
|
||||
|
||||
### REJECTED
|
||||
|
||||
• **REJECTED** = ``"rejected"``
|
||||
**REJECTED** = ``"rejected"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### MAX\_SUBTOTAL
|
||||
|
||||
• **MAX\_SUBTOTAL** = ``"max_subtotal"``
|
||||
**MAX\_SUBTOTAL** = ``"max_subtotal"``
|
||||
|
||||
___
|
||||
|
||||
### MIN\_SUBTOTAL
|
||||
|
||||
• **MIN\_SUBTOTAL** = ``"min_subtotal"``
|
||||
**MIN\_SUBTOTAL** = ``"min_subtotal"``
|
||||
|
||||
+4
-4
@@ -12,22 +12,22 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### RECEIVED
|
||||
|
||||
• **RECEIVED** = ``"received"``
|
||||
**RECEIVED** = ``"received"``
|
||||
|
||||
___
|
||||
|
||||
### REQUESTED
|
||||
|
||||
• **REQUESTED** = ``"requested"``
|
||||
**REQUESTED** = ``"requested"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = ``"requires_action"``
|
||||
**REQUIRES\_ACTION** = ``"requires_action"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CALCULATED
|
||||
|
||||
• **CALCULATED** = ``"calculated"``
|
||||
**CALCULATED** = ``"calculated"``
|
||||
|
||||
___
|
||||
|
||||
### FLAT\_RATE
|
||||
|
||||
• **FLAT\_RATE** = ``"flat_rate"``
|
||||
**FLAT\_RATE** = ``"flat_rate"``
|
||||
|
||||
+3
-3
@@ -12,16 +12,16 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CUSTOM
|
||||
|
||||
• **CUSTOM** = ``"custom"``
|
||||
**CUSTOM** = ``"custom"``
|
||||
|
||||
___
|
||||
|
||||
### DEFAULT
|
||||
|
||||
• **DEFAULT** = ``"default"``
|
||||
**DEFAULT** = ``"default"``
|
||||
|
||||
___
|
||||
|
||||
### GIFT\_CARD
|
||||
|
||||
• **GIFT\_CARD** = ``"gift_card"``
|
||||
**GIFT\_CARD** = ``"gift_card"``
|
||||
|
||||
+6
-6
@@ -12,34 +12,34 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### FULFILLED
|
||||
|
||||
• **FULFILLED** = ``"fulfilled"``
|
||||
**FULFILLED** = ``"fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_FULFILLED
|
||||
|
||||
• **NOT\_FULFILLED** = ``"not_fulfilled"``
|
||||
**NOT\_FULFILLED** = ``"not_fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_SHIPPED
|
||||
|
||||
• **PARTIALLY\_SHIPPED** = ``"partially_shipped"``
|
||||
**PARTIALLY\_SHIPPED** = ``"partially_shipped"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = ``"requires_action"``
|
||||
**REQUIRES\_ACTION** = ``"requires_action"``
|
||||
|
||||
___
|
||||
|
||||
### SHIPPED
|
||||
|
||||
• **SHIPPED** = ``"shipped"``
|
||||
**SHIPPED** = ``"shipped"``
|
||||
|
||||
+9
-9
@@ -12,52 +12,52 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### AWAITING
|
||||
|
||||
• **AWAITING** = ``"awaiting"``
|
||||
**AWAITING** = ``"awaiting"``
|
||||
|
||||
___
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### CAPTURED
|
||||
|
||||
• **CAPTURED** = ``"captured"``
|
||||
**CAPTURED** = ``"captured"``
|
||||
|
||||
___
|
||||
|
||||
### CONFIRMED
|
||||
|
||||
• **CONFIRMED** = ``"confirmed"``
|
||||
**CONFIRMED** = ``"confirmed"``
|
||||
|
||||
___
|
||||
|
||||
### DIFFERENCE\_REFUNDED
|
||||
|
||||
• **DIFFERENCE\_REFUNDED** = ``"difference_refunded"``
|
||||
**DIFFERENCE\_REFUNDED** = ``"difference_refunded"``
|
||||
|
||||
___
|
||||
|
||||
### NOT\_PAID
|
||||
|
||||
• **NOT\_PAID** = ``"not_paid"``
|
||||
**NOT\_PAID** = ``"not_paid"``
|
||||
|
||||
___
|
||||
|
||||
### PARTIALLY\_REFUNDED
|
||||
|
||||
• **PARTIALLY\_REFUNDED** = ``"partially_refunded"``
|
||||
**PARTIALLY\_REFUNDED** = ``"partially_refunded"``
|
||||
|
||||
___
|
||||
|
||||
### REFUNDED
|
||||
|
||||
• **REFUNDED** = ``"refunded"``
|
||||
**REFUNDED** = ``"refunded"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_ACTION
|
||||
|
||||
• **REQUIRES\_ACTION** = ``"requires_action"``
|
||||
**REQUIRES\_ACTION** = ``"requires_action"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CUSTOMER\_GROUP\_ID
|
||||
|
||||
• **CUSTOMER\_GROUP\_ID** = ``"customer_group_id"``
|
||||
**CUSTOMER\_GROUP\_ID** = ``"customer_group_id"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCT\_COLLECTION\_ID
|
||||
|
||||
• **PRODUCT\_COLLECTION\_ID** = ``"product_collection_id"``
|
||||
**PRODUCT\_COLLECTION\_ID** = ``"product_collection_id"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCT\_ID
|
||||
|
||||
• **PRODUCT\_ID** = ``"product_id"``
|
||||
**PRODUCT\_ID** = ``"product_id"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCT\_TAG\_ID
|
||||
|
||||
• **PRODUCT\_TAG\_ID** = ``"product_tag_id"``
|
||||
**PRODUCT\_TAG\_ID** = ``"product_tag_id"``
|
||||
|
||||
___
|
||||
|
||||
### PRODUCT\_TYPE\_ID
|
||||
|
||||
• **PRODUCT\_TYPE\_ID** = ``"product_type_id"``
|
||||
**PRODUCT\_TYPE\_ID** = ``"product_type_id"``
|
||||
|
||||
+9
-9
@@ -12,52 +12,52 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### canceled
|
||||
|
||||
• **canceled** = ``"canceled"``
|
||||
**canceled** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### fulfilled
|
||||
|
||||
• **fulfilled** = ``"fulfilled"``
|
||||
**fulfilled** = ``"fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### not\_fulfilled
|
||||
|
||||
• **not\_fulfilled** = ``"not_fulfilled"``
|
||||
**not\_fulfilled** = ``"not_fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### partially\_fulfilled
|
||||
|
||||
• **partially\_fulfilled** = ``"partially_fulfilled"``
|
||||
**partially\_fulfilled** = ``"partially_fulfilled"``
|
||||
|
||||
___
|
||||
|
||||
### partially\_returned
|
||||
|
||||
• **partially\_returned** = ``"partially_returned"``
|
||||
**partially\_returned** = ``"partially_returned"``
|
||||
|
||||
___
|
||||
|
||||
### partially\_shipped
|
||||
|
||||
• **partially\_shipped** = ``"partially_shipped"``
|
||||
**partially\_shipped** = ``"partially_shipped"``
|
||||
|
||||
___
|
||||
|
||||
### requires\_action
|
||||
|
||||
• **requires\_action** = ``"requires_action"``
|
||||
**requires\_action** = ``"requires_action"``
|
||||
|
||||
___
|
||||
|
||||
### returned
|
||||
|
||||
• **returned** = ``"returned"``
|
||||
**returned** = ``"returned"``
|
||||
|
||||
___
|
||||
|
||||
### shipped
|
||||
|
||||
• **shipped** = ``"shipped"``
|
||||
**shipped** = ``"shipped"``
|
||||
|
||||
+2
-2
@@ -12,10 +12,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### ISOLATED
|
||||
|
||||
• **ISOLATED** = ``"isolated"``
|
||||
**ISOLATED** = ``"isolated"``
|
||||
|
||||
___
|
||||
|
||||
### SHARED
|
||||
|
||||
• **SHARED** = ``"shared"``
|
||||
**SHARED** = ``"shared"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### archived
|
||||
|
||||
• **archived** = ``"archived"``
|
||||
**archived** = ``"archived"``
|
||||
|
||||
___
|
||||
|
||||
### canceled
|
||||
|
||||
• **canceled** = ``"canceled"``
|
||||
**canceled** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### completed
|
||||
|
||||
• **completed** = ``"completed"``
|
||||
**completed** = ``"completed"``
|
||||
|
||||
___
|
||||
|
||||
### pending
|
||||
|
||||
• **pending** = ``"pending"``
|
||||
**pending** = ``"pending"``
|
||||
|
||||
___
|
||||
|
||||
### requires\_action
|
||||
|
||||
• **requires\_action** = ``"requires_action"``
|
||||
**requires\_action** = ``"requires_action"``
|
||||
|
||||
+7
-7
@@ -12,40 +12,40 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### awaiting
|
||||
|
||||
• **awaiting** = ``"awaiting"``
|
||||
**awaiting** = ``"awaiting"``
|
||||
|
||||
___
|
||||
|
||||
### canceled
|
||||
|
||||
• **canceled** = ``"canceled"``
|
||||
**canceled** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### captured
|
||||
|
||||
• **captured** = ``"captured"``
|
||||
**captured** = ``"captured"``
|
||||
|
||||
___
|
||||
|
||||
### not\_paid
|
||||
|
||||
• **not\_paid** = ``"not_paid"``
|
||||
**not\_paid** = ``"not_paid"``
|
||||
|
||||
___
|
||||
|
||||
### partially\_refunded
|
||||
|
||||
• **partially\_refunded** = ``"partially_refunded"``
|
||||
**partially\_refunded** = ``"partially_refunded"``
|
||||
|
||||
___
|
||||
|
||||
### refunded
|
||||
|
||||
• **refunded** = ``"refunded"``
|
||||
**refunded** = ``"refunded"``
|
||||
|
||||
___
|
||||
|
||||
### requires\_action
|
||||
|
||||
• **requires\_action** = ``"requires_action"``
|
||||
**requires\_action** = ``"requires_action"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### AUTHORIZED
|
||||
|
||||
• **AUTHORIZED** = ``"authorized"``
|
||||
**AUTHORIZED** = ``"authorized"``
|
||||
|
||||
___
|
||||
|
||||
### CANCELED
|
||||
|
||||
• **CANCELED** = ``"canceled"``
|
||||
**CANCELED** = ``"canceled"``
|
||||
|
||||
___
|
||||
|
||||
### ERROR
|
||||
|
||||
• **ERROR** = ``"error"``
|
||||
**ERROR** = ``"error"``
|
||||
|
||||
___
|
||||
|
||||
### PENDING
|
||||
|
||||
• **PENDING** = ``"pending"``
|
||||
**PENDING** = ``"pending"``
|
||||
|
||||
___
|
||||
|
||||
### REQUIRES\_MORE
|
||||
|
||||
• **REQUIRES\_MORE** = ``"requires_more"``
|
||||
**REQUIRES\_MORE** = ``"requires_more"``
|
||||
|
||||
+4
-4
@@ -12,22 +12,22 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### DUPLICATE\_ERROR
|
||||
|
||||
• **DUPLICATE\_ERROR** = ``"23505"``
|
||||
**DUPLICATE\_ERROR** = ``"23505"``
|
||||
|
||||
___
|
||||
|
||||
### FOREIGN\_KEY\_ERROR
|
||||
|
||||
• **FOREIGN\_KEY\_ERROR** = ``"23503"``
|
||||
**FOREIGN\_KEY\_ERROR** = ``"23503"``
|
||||
|
||||
___
|
||||
|
||||
### NULL\_VIOLATION
|
||||
|
||||
• **NULL\_VIOLATION** = ``"23502"``
|
||||
**NULL\_VIOLATION** = ``"23502"``
|
||||
|
||||
___
|
||||
|
||||
### SERIALIZATION\_FAILURE
|
||||
|
||||
• **SERIALIZATION\_FAILURE** = ``"40001"``
|
||||
**SERIALIZATION\_FAILURE** = ``"40001"``
|
||||
|
||||
+5
-5
@@ -12,28 +12,28 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
### CLAIM
|
||||
|
||||
• **CLAIM** = ``"claim"``
|
||||
**CLAIM** = ``"claim"``
|
||||
|
||||
___
|
||||
|
||||
### DISCOUNT
|
||||
|
||||
• **DISCOUNT** = ``"discount"``
|
||||
**DISCOUNT** = ``"discount"``
|
||||
|
||||
___
|
||||
|
||||
### OTHER
|
||||
|
||||
• **OTHER** = ``"other"``
|
||||
**OTHER** = ``"other"``
|
||||
|
||||
___
|
||||
|
||||
### RETURN
|
||||
|
||||
• **RETURN** = ``"return"``
|
||||
**RETURN** = ``"return"``
|
||||
|
||||
___
|
||||
|
||||
### SWAP
|
||||
|
||||
• **SWAP** = ``"swap"``
|
||||
**SWAP** = ``"swap"``
|
||||
|
||||
Reference in New Issue
Block a user