docs: added reference for JS Client (#1629)
* added reference for JS Client * added reference for JS Client * added reference for JS Client
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: AdminCreateCondition
|
||||
|
||||
[internal](../modules/internal.md).AdminCreateCondition
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`AdminUpsertConditionsReq`](internal.AdminUpsertConditionsReq.md)
|
||||
|
||||
↳ **`AdminCreateCondition`**
|
||||
|
||||
## Properties
|
||||
|
||||
### customer\_groups
|
||||
|
||||
• `Optional` **customer\_groups**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal.AdminUpsertConditionsReq.md).[customer_groups](internal.AdminUpsertConditionsReq.md#customer_groups)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/discount.d.ts:21
|
||||
|
||||
___
|
||||
|
||||
### operator
|
||||
|
||||
• **operator**: [`DiscountConditionOperator`](../enums/internal.DiscountConditionOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/api/routes/admin/discounts/create-discount.d.ts:84
|
||||
|
||||
___
|
||||
|
||||
### product\_collections
|
||||
|
||||
• `Optional` **product\_collections**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal.AdminUpsertConditionsReq.md).[product_collections](internal.AdminUpsertConditionsReq.md#product_collections)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/discount.d.ts:18
|
||||
|
||||
___
|
||||
|
||||
### product\_tags
|
||||
|
||||
• `Optional` **product\_tags**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal.AdminUpsertConditionsReq.md).[product_tags](internal.AdminUpsertConditionsReq.md#product_tags)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/discount.d.ts:20
|
||||
|
||||
___
|
||||
|
||||
### product\_types
|
||||
|
||||
• `Optional` **product\_types**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal.AdminUpsertConditionsReq.md).[product_types](internal.AdminUpsertConditionsReq.md#product_types)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/discount.d.ts:19
|
||||
|
||||
___
|
||||
|
||||
### products
|
||||
|
||||
• `Optional` **products**: `string`[]
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminUpsertConditionsReq](internal.AdminUpsertConditionsReq.md).[products](internal.AdminUpsertConditionsReq.md#products)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/discount.d.ts:17
|
||||
Reference in New Issue
Block a user