| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
URL_FORMAT_WITH_PATH |
"%s/%s/wp-json/wc/%s" |
public static final String |
URL_FORMAT_WITHOUT_PATH |
"%s/wp-json/wc/%s" |
public static final String |
VERSION |
"v1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILTER_QUERY_FORMAT |
"%s[%s]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COUNT_BASE_PATH |
"coupons/count" |
public static final String |
READ_BASE_PATH |
"coupons" |
public static final String |
WRITE_BASE_PATH |
"coupons/batch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COUNT_BASE_PATH |
"customers/count" |
public static final String |
READ_BASE_PATH |
"customers" |
public static final String |
WRITE_BASE_PATH |
"customers/batch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COUNT_BASE_PATH |
"orders/count" |
public static final String |
READ_BASE_PATH |
"orders" |
public static final String |
WRITE_BASE_PATH |
"orders/batch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"orders/%d/notes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"orders/%d/refunds" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"products/attributes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"products/attributes/%d/terms" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
COUNT_BASE_PATH |
"products/count" |
public static final String |
READ_BASE_PATH |
"products" |
public static final String |
WRITE_BASE_PATH |
"products/batch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"products/categories" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"products/%d/orders" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"products/%d/reviews" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"products/shipping_classes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
READ_BASE_PATH |
"products/tags" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILTER_QUERY_FORMAT |
"filter[%s]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"coupons" |
public static final String |
BASE_PATH_FORMAT |
"coupons/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"customers" |
public static final String |
BASE_PATH_FORMAT |
"customers/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"orders" |
public static final String |
BASE_PATH_FORMAT |
"orders/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"orders/%d/notes" |
public static final String |
BASE_PATH_FORMAT |
"orders/%d/notes/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"orders/%d/refunds" |
public static final String |
BASE_PATH_FORMAT |
"orders/%d/refunds/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"products/attributes" |
public static final String |
BASE_PATH_FORMAT |
"products/attributes/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"products/attributes/%d/notes" |
public static final String |
BASE_PATH_FORMAT |
"products/attributes/%d/notes/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"products/categories" |
public static final String |
BASE_PATH_FORMAT |
"products/categories/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"products" |
public static final String |
BASE_PATH_FORMAT |
"products/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"products/shipping_classes" |
public static final String |
BASE_PATH_FORMAT |
"products/shipping_classes/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASE_PATH |
"products/tags" |
public static final String |
BASE_PATH_FORMAT |
"products/tags/%d" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CANCELLED |
"cancelled" |
public static final String |
COMPLETED |
"completed" |
public static final String |
FAILED |
"failed" |
public static final String |
ON_HOLD |
"on-hold" |
public static final String |
PENDING |
"pending" |
public static final String |
PROCESSING |
"processing" |
public static final String |
REFUNDED |
"refunded" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILTER_ROLE_CUSTOMER_VAL |
"customer" |
public static final String |
FILTER_ROLE_KEY |
"role" |
public static final String |
FILTER_ROLE_SUBSCRIBER_VAL |
"subscriber" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILTER_EXPAND_COUPONS_VAL |
"coupons" |
public static final String |
FILTER_EXPAND_KEY |
"expand" |
public static final String |
FILTER_EXPAND_PRODUCTS_VAL |
"products" |
public static final String |
FILTER_EXPAND_TAXES_VAL |
"taxes" |
public static final String |
FILTER_STATUS_CANCELLED_VAL |
"cancelled" |
public static final String |
FILTER_STATUS_COMPLETED_VAL |
"completed" |
public static final String |
FILTER_STATUS_FAILED_VAL |
"failed" |
public static final String |
FILTER_STATUS_KEY |
"status" |
public static final String |
FILTER_STATUS_ON_HOLD_VAL |
"on-hold" |
public static final String |
FILTER_STATUS_PENDING_VAL |
"pending" |
public static final String |
FILTER_STATUS_PROCESSING_VAL |
"processing" |
public static final String |
FILTER_STATUS_REFUNDED_VAL |
"refunded" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILTER_CATEGORY_KEY |
"category" |
public static final String |
FILTER_SHIPPING_CLASS_KEY |
"shipping_class" |
public static final String |
FILTER_SKU_KEY |
"sku" |
public static final String |
FILTER_TAG_KEY |
"tag" |
public static final String |
FILTER_TYPE_KEY |
"type" |
Copyright © 2017 Netgrid. All rights reserved.