Namespace: internal
Enumerations
- AllocationType
- CartType
- ClaimFulfillmentStatus
- ClaimPaymentStatus
- ClaimReason
- ClaimType
- DiscountConditionOperator
- DiscountConditionType
- DiscountRuleType
- DraftOrderStatus
- FulfillmentStatus
- OrderEditItemChangeType
- OrderEditStatus
- OrderStatus
- PaymentCollectionStatus
- PaymentStatus
- PriceListStatus
- PriceListType
- ProductStatus
- RequirementType
- ReturnStatus
- ShippingOptionPriceType
- ShippingProfileType
- SwapFulfillmentStatus
- SwapPaymentStatus
Classes
- Address
- AddressCreatePayload
- AddressPayload
- Axios
- BaseEntity
- Cart
- ClaimImage
- ClaimItem
- ClaimOrder
- ClaimTag
- Client
- Country
- Currency
- Customer
- CustomerGroup
- Discount
- DiscountCondition
- DiscountRule
- DraftOrder
- Fulfillment
- FulfillmentItem
- FulfillmentProvider
- GiftCard
- GiftCardTransaction
- Image
- LineItem
- LineItemAdjustment
- LineItemTaxLine
- MoneyAmount
- Order
- OrderEdit
- OrderItemChange
- Payment
- PaymentCollection
- PaymentProvider
- PaymentSession
- PriceList
- Product
- ProductCollection
- ProductOption
- ProductOptionValue
- ProductTag
- ProductType
- ProductVariant
- Refund
- Region
- Return
- ReturnItem
- ReturnReason
- SalesChannel
- ShippingMethod
- ShippingMethodTaxLine
- ShippingOption
- ShippingOptionRequirement
- ShippingProfile
- SoftDeletableEntity
- StorePostCustomersCustomerAddressesAddressReq
- StorePostCustomersCustomerAddressesReq
- Swap
- TaxLine
- TaxProvider
- TaxRate
- TrackingLink
Interfaces
- AxiosAdapter
- AxiosBasicCredentials
- AxiosDefaults
- AxiosError
- AxiosInstance
- AxiosInterceptorManager
- AxiosPromise
- AxiosProxyConfig
- AxiosRequestConfig
- AxiosRequestTransformer
- AxiosResponse
- AxiosResponseTransformer
- Cancel
- CancelToken
- Config
- HTTPResponse
- HeadersDefaults
- RequestOptions
- RetryConfig
- TransitionalOptions
Enumeration Members
ORDER_EDIT
• ORDER_EDIT: "order_edit"
Defined in
medusa/dist/models/payment-collection.d.ts:11
Type Aliases
AxiosRequestHeaders
Ƭ AxiosRequestHeaders: Record
<string
, string
>
Defined in
medusa-js/node_modules/axios/index.d.ts:3
AxiosResponseHeaders
Ƭ AxiosResponseHeaders: Record
<string
, string
> & { set-cookie?
: string
[] }
Defined in
medusa-js/node_modules/axios/index.d.ts:5
Method
Ƭ Method: "get"
| "GET"
| "delete"
| "DELETE"
| "head"
| "HEAD"
| "options"
| "OPTIONS"
| "post"
| "POST"
| "put"
| "PUT"
| "patch"
| "PATCH"
| "purge"
| "PURGE"
| "link"
| "LINK"
| "unlink"
| "UNLINK"
Defined in
medusa-js/node_modules/axios/index.d.ts:36
RequestMethod
Ƭ RequestMethod: "DELETE"
| "POST"
| "GET"
Defined in
Response
Ƭ Response<T
>: T
& { response
: HTTPResponse
}
Type parameters
Name |
---|
T |
Defined in
ResponsePromise
Ƭ ResponsePromise<T
>: Promise
<Response
<T
>>
Type parameters
Name | Type |
---|---|
T | any |
Defined in
ResponseType
Ƭ ResponseType: "arraybuffer"
| "blob"
| "document"
| "json"
| "text"
| "stream"
Defined in
medusa-js/node_modules/axios/index.d.ts:48
StoreCustomersRes
Ƭ StoreCustomersRes: Object
Type declaration
Name | Type |
---|---|
customer | Omit <Customer , "password_hash" > |
Defined in
medusa/dist/api/routes/store/customers/index.d.ts:9