docs: [15/n] generate core-flows reference (#8796)

This commit is contained in:
Shahed Nasser
2024-08-27 12:24:11 +03:00
committed by GitHub
parent fc3ab7faf6
commit 20623cdc80
123 changed files with 983 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# ArchiveOrdersStepInput
**ArchiveOrdersStepInput**: `Object`
## Properties
<TypeList types={[{"name":"orderIds","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="ArchiveOrdersStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# ArchiveOrdersWorkflowInput
**ArchiveOrdersWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"orderIds","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="ArchiveOrdersWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# AuthorizePaymentSessionStepInput
**AuthorizePaymentSessionStepInput**: `Object`
## Properties
<TypeList types={[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record<string, unknown>`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="AuthorizePaymentSessionStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CancelBeginOrderClaimWorkflowInput
**CancelBeginOrderClaimWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CancelBeginOrderClaimWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CancelBeginOrderEditWorkflowInput
**CancelBeginOrderEditWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CancelBeginOrderEditWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CancelBeginOrderExchangeWorkflowInput
**CancelBeginOrderExchangeWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CancelBeginOrderExchangeWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CancelOrdersStepInput
**CancelOrdersStepInput**: `Object`
## Properties
<TypeList types={[{"name":"orderIds","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CancelOrdersStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CancelPaymentStepInput
**CancelPaymentStepInput**: `Object`
## Properties
<TypeList types={[{"name":"paymentIds","type":"`string` \\| `string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CancelPaymentStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CancelRequestReturnWorkflowInput
**CancelRequestReturnWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CancelRequestReturnWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CapturePaymentStepInput
**CapturePaymentStepInput**: `Object`
## Properties
<TypeList types={[{"name":"payment_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"captured_by","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/types/types.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CapturePaymentStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CompleteCartWorkflowInput
**CompleteCartWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CompleteCartWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CompleteOrdersStepInput
**CompleteOrdersStepInput**: `Object`
## Properties
<TypeList types={[{"name":"orderIds","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CompleteOrdersStepInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CompleteOrdersWorkflowInput
**CompleteOrdersWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# ConfirmClaimRequestWorkflowInput
**ConfirmClaimRequestWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="ConfirmClaimRequestWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# ConfirmExchangeRequestWorkflowInput
**ConfirmExchangeRequestWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="ConfirmExchangeRequestWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# ConfirmOrderEditRequestWorkflowInput
**ConfirmOrderEditRequestWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="ConfirmOrderEditRequestWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# ConfirmReceiveReturnRequestWorkflowInput
**ConfirmReceiveReturnRequestWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="ConfirmReceiveReturnRequestWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# ConfirmReturnRequestWorkflowInput
**ConfirmReturnRequestWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="ConfirmReturnRequestWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateApiKeysStepInput
**CreateApiKeysStepInput**: `Object`
## Properties
<TypeList types={[{"name":"api_keys","type":"[CreateApiKeyDTO](../../../api_key/interfaces/api_key.CreateApiKeyDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"title","type":"`string`","description":"The title of the API key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ApiKeyType](../../../api_key/types/api_key.ApiKeyType/page.mdx)","description":"The type of the API key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"Who created the API key.","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateApiKeysStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateApiKeysWorkflowInput
**CreateApiKeysWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"api_keys","type":"[CreateApiKeyDTO](../../../api_key/interfaces/api_key.CreateApiKeyDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"title","type":"`string`","description":"The title of the API key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ApiKeyType](../../../api_key/types/api_key.ApiKeyType/page.mdx)","description":"The type of the API key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"Who created the API key.","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateApiKeysWorkflowInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateCampaignsWorkflowInput
**CreateCampaignsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateCollectionsWorkflowInput
**CreateCollectionsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateCustomerAccountWorkflowInput
**CreateCustomerAccountWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"authIdentityId","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customersData","type":"[CreateCustomerDTO](../../../customer/interfaces/customer.CreateCustomerDTO/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"company_name","type":"`null` \\| `string`","description":"The company name of the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"The first name of the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"The last name of the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"The email of the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"The phone of the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"Who created the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"addresses","type":"Omit&#60;[CreateCustomerAddressDTO](../../../customer/interfaces/customer.CreateCustomerAddressDTO/page.mdx), \"customer_id\"&#62;[]","description":"The addresses of the customer.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"address_name","type":"`null` \\| `string`","description":"The address's name.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_default_shipping","type":"`boolean`","description":"Whether the address is default shipping.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_default_billing","type":"`boolean`","description":"Whether the address is the default for billing.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"The company.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"The first name.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"The last name.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"The address 1.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"The address 2.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"The city.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"The country code.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"The province.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"The postal code.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"The phone.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../customer/types/customer.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"[MetadataType](../../../customer/types/customer.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateCustomerAccountWorkflowInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateCustomerAddressesWorkflowInput
**CreateCustomerAddressesWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateCustomerGroupsWorkflowInput
**CreateCustomerGroupsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"customersData","type":"[CreateCustomerGroupDTO](../../../customer/interfaces/customer.CreateCustomerGroupDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the customer group.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../customer/types/customer.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"Who created the customer group. For example,\nthe ID of the user that created the customer group.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateCustomerGroupsWorkflowInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateCustomersWorkflowInput
**CreateCustomersWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreatePaymentCollectionCartStepInput
**CreatePaymentCollectionCartStepInput**: `Object`
## Properties
<TypeList types={[{"name":"region_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/types/types.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreatePaymentCollectionCartStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreatePriceListsWorkflowInput
**CreatePriceListsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"price_lists_data","type":"`CreatePriceListWorkflowInputDTO`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreatePriceListsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateProductCategoriesStepInput
**CreateProductCategoriesStepInput**: `Object`
## Properties
<TypeList types={[{"name":"product_categories","type":"[CreateProductCategoryDTO](../../../product/interfaces/product.CreateProductCategoryDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The product category's name.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"The product category's handle.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`boolean`","description":"Whether the product category is active.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_internal","type":"`boolean`","description":"Whether the product category is internal. This can be used to only show the product category to admins and hide it from customers.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rank","type":"`number`","description":"The ranking of the category among sibling categories.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent product category, if it has any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../product/types/product.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateProductCategoriesStepInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateProductOptionsWorkflowInput
**CreateProductOptionsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateProductTagsWorkflowInput
**CreateProductTagsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateProductTypesWorkflowInput
**CreateProductTypesWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateProductVariantsWorkflowInput
**CreateProductVariantsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateProductsWorkflowInput
**CreateProductsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreatePromotionsWorkflowInput
**CreatePromotionsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateReturnReasonsWorkflowInput
**CreateReturnReasonsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"data","type":"[CreateOrderReturnReasonDTO](../../../order/interfaces/order.CreateOrderReturnReasonDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string`","description":"The unique value of the return reason.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"label","type":"`string`","description":"The label of the return reason.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the return reason.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`string`","description":"The associated parent return reason's ID.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateReturnReasonsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateSalesChannelsWorkflowInput
**CreateSalesChannelsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"salesChannelsData","type":"[CreateSalesChannelDTO](../../../sales_channel/interfaces/sales_channel.CreateSalesChannelDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Whether the sales channel is disabled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateSalesChannelsWorkflowInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateShippingOptionsPriceSetsStepInput
**CreateShippingOptionsPriceSetsStepInput**: `object`[]

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateTaxRateRulesWorkflowInput
**CreateTaxRateRulesWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"rules","type":"[CreateTaxRateRuleDTO](../../../tax/interfaces/tax.CreateTaxRateRuleDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"reference","type":"`string`","description":"The snake-case name of the data model that the tax rule references.\nFor example, `product`.\n\nLearn more in [this guide](https://docs.medusajs.com/experimental/tax/tax-rates-and-rules/#what-are-tax-rules).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the record of the data model that the tax rule references.\nFor example, `prod_123`.\n\nLearn more in [this guide](https://docs.medusajs.com/experimental/tax/tax-rates-and-rules/#what-are-tax-rules).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The associated tax rate's ID.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../tax/types/tax.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"Who created the tax rate rule. For example, the ID of the\nuser that created it.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateTaxRateRulesWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateUserAccountWorkflowInput
**CreateUserAccountWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"authIdentityId","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"userData","type":"[CreateUserDTO](../../../user/interfaces/user.CreateUserDTO/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"email","type":"`string`","description":"The email of the user.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"The first name of the user.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"The last name of the user.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"avatar_url","type":"`null` \\| `string`","description":"The avatar URL of the user.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateUserAccountWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# CreateVariantPricingLinkStepInput
**CreateVariantPricingLinkStepInput**: `Object`
## Properties
<TypeList types={[{"name":"links","type":"`object`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"variant_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_set_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreateVariantPricingLinkStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteApiKeysWorkflowInput
**DeleteApiKeysWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteApiKeysWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteCampaignsWorkflowInput
**DeleteCampaignsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteCampaignsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteCollectionsWorkflowInput
**DeleteCollectionsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteCollectionsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteCustomerAddressesWorkflowInput
**DeleteCustomerAddressesWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteCustomerAddressesWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteCustomerGroupsWorkflowInput
**DeleteCustomerGroupsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteCustomerGroupsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteCustomersWorkflowInput
**DeleteCustomersWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteCustomersWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteFilesWorkflowInput
**DeleteFilesWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteFilesWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteLineItemsWorkflowInput
**DeleteLineItemsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"cart_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteLineItemsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteProductOptionsWorkflowInput
**DeleteProductOptionsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteProductOptionsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteProductTagsWorkflowInput
**DeleteProductTagsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteProductTagsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteProductTypesWorkflowInput
**DeleteProductTypesWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteProductTypesWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteProductVariantsWorkflowInput
**DeleteProductVariantsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteProductVariantsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteProductsWorkflowInput
**DeleteProductsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteProductsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeletePromotionsWorkflowInput
**DeletePromotionsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeletePromotionsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteRegionsWorkflowInput
**DeleteRegionsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteRegionsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteReservationByLineItemsWorkflowInput
**DeleteReservationByLineItemsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteReservationByLineItemsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteReturnReasonsWorkflowInput
**DeleteReturnReasonsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteReturnReasonsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteSalesChannelsWorkflowInput
**DeleteSalesChannelsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteSalesChannelsWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteStoresWorkflowInput
**DeleteStoresWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteStoresWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteTaxRateRulesWorkflowInput
**DeleteTaxRateRulesWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteTaxRateRulesWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteTaxRatesWorkflowInput
**DeleteTaxRatesWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteTaxRatesWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DeleteTaxRegionsWorkflowInput
**DeleteTaxRegionsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="DeleteTaxRegionsWorkflowInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# DismissRemoteLinksStepInput
**DismissRemoteLinksStepInput**: `LinkDefinition` \| `LinkDefinition`[]

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# GetOrdersListWorkflowOutput
**GetOrdersListWorkflowOutput**: [OrderDTO](../../../fulfillment/interfaces/fulfillment.OrderDTO/page.mdx)[] \| `object`

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# GetProductsStepInput
**GetProductsStepInput**: `Object`
## Properties
<TypeList types={[{"name":"ids","type":"`string`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="GetProductsStepInput"/>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# MaybeListTaxRateRuleIdsStepInput
**MaybeListTaxRateRuleIdsStepInput**: `Object`
## Properties
<TypeList types={[{"name":"tax_rate_ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"update","type":"[UpdateTaxRateDTO](../../../tax/interfaces/tax.UpdateTaxRateDTO/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"rate","type":"`null` \\| `number`","description":"The rate to charge.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"The code of the tax rate.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the tax rate.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rules","type":"Omit&#60;[CreateTaxRateRuleDTO](../../../tax/interfaces/tax.CreateTaxRateRuleDTO/page.mdx), \"tax_rate_id\"&#62;[]","description":"The rules of the tax rate.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"reference","type":"`string`","description":"The snake-case name of the data model that the tax rule references.\nFor example, `product`.\n\nLearn more in [this guide](https://docs.medusajs.com/experimental/tax/tax-rates-and-rules/#what-are-tax-rules).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the record of the data model that the tax rule references.\nFor example, `prod_123`.\n\nLearn more in [this guide](https://docs.medusajs.com/experimental/tax/tax-rates-and-rules/#what-are-tax-rules).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../tax/types/tax.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"Who created the tax rate rule. For example, the ID of the\nuser that created it.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_default","type":"`boolean`","description":"Whether the tax rate is default.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_combinable","type":"`boolean`","description":"Whether the tax rate is combinable.\n\nLearn more [here](https://docs.medusajs.com/experimental/tax/tax-rates-and-rules/#combinable-tax-rates).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../tax/types/tax.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="MaybeListTaxRateRuleIdsStepInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# OrderEditRequestWorkflowInput
**OrderEditRequestWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="OrderEditRequestWorkflowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# RefreshPaymentCollectionForCartWorklowInput
**RefreshPaymentCollectionForCartWorklowInput**: `Object`
## Properties
<TypeList types={[{"name":"cart_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="RefreshPaymentCollectionForCartWorklowInput"/>

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# RefundPaymentStepInput
**RefundPaymentStepInput**: `Object`
## Properties
<TypeList types={[{"name":"payment_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/types/types.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="RefundPaymentStepInput"/>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# SetAuthAppMetadataStepInput
**SetAuthAppMetadataStepInput**: `Object`
## Properties
<TypeList types={[{"name":"authIdentityId","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"actorType","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="SetAuthAppMetadataStepInput"/>

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# SetShippingOptionsPricesStepInput
**SetShippingOptionsPricesStepInput**: `object`[]

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# SetTaxRatesRulesWorkflowInput
**SetTaxRatesRulesWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"tax_rate_ids","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rules","type":"Omit&#60;[CreateTaxRateRuleDTO](../../../tax/interfaces/tax.CreateTaxRateRuleDTO/page.mdx), \"tax_rate_id\"&#62;[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"reference","type":"`string`","description":"The snake-case name of the data model that the tax rule references.\nFor example, `product`.\n\nLearn more in [this guide](https://docs.medusajs.com/experimental/tax/tax-rates-and-rules/#what-are-tax-rules).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the record of the data model that the tax rule references.\nFor example, `prod_123`.\n\nLearn more in [this guide](https://docs.medusajs.com/experimental/tax/tax-rates-and-rules/#what-are-tax-rules).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"[MetadataType](../../../tax/types/tax.MetadataType/page.mdx)","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"Who created the tax rate rule. For example, the ID of the\nuser that created it.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="SetTaxRatesRulesWorkflowInput"/>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdateCampaignsWorkflowInput
**UpdateCampaignsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

View File

@@ -0,0 +1,9 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdateCartPromotionsWorkflowInput
**UpdateCartPromotionsWorkflowInput**: `Object`
## Properties
<TypeList types={[{"name":"cart_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"promo_codes","type":"`string`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ADD](../../../utils/PromotionUtils/enums/utils.PromotionUtils.PromotionActions/page.mdx#add) \\| [REMOVE](../../../utils/PromotionUtils/enums/utils.PromotionUtils.PromotionActions/page.mdx#remove) \\| [REPLACE](../../../utils/PromotionUtils/enums/utils.PromotionUtils.PromotionActions/page.mdx#replace)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="UpdateCartPromotionsWorkflowInput"/>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdateCollectionsWorkflowInput
**UpdateCollectionsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdateCustomerAddressesWorkflowInput
**UpdateCustomerAddressesWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdateCustomersWorkflowInput
**UpdateCustomersWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdatePricePreferencesAsArrayStepInput
**UpdatePricePreferencesAsArrayStepInput**: `PricingWorkflow.UpdatePricePreferencesWorkflowInput`[`"update"`][]

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdatePriceSetsStepInput
**UpdatePriceSetsStepInput**: `object` \| `object`

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
import { TypeList, WorkflowDiagram } from "docs-ui"
# UpdateProductOptionsWorkflowInput
**UpdateProductOptionsWorkflowInput**: `object` & [AdditionalData](../../../types/HttpTypes/types/types.HttpTypes.AdditionalData/page.mdx)

Some files were not shown because too many files have changed in this diff Show More