chore(docs): Generated API Reference (#3718)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
51d0b88404
commit
70435d5631
@@ -414,391 +414,385 @@ tags:
|
||||
description: >-
|
||||
Auth endpoints that allow authorization of admin Users and manages their
|
||||
sessions.
|
||||
- name: App
|
||||
- name: Apps
|
||||
description: App endpoints that allow handling apps in Medusa.
|
||||
- name: Batch Job
|
||||
- name: Batch Jobs
|
||||
description: Batch Job endpoints that allow handling batch jobs in Medusa.
|
||||
- name: Claim
|
||||
description: Claim endpoints that allow handling claims in Medusa.
|
||||
- name: Collection
|
||||
- name: Collections
|
||||
description: Collection endpoints that allow handling collections in Medusa.
|
||||
- name: Customer
|
||||
- name: Customers
|
||||
description: Customer endpoints that allow handling customers in Medusa.
|
||||
- name: Customer Group
|
||||
- name: Customer Groups
|
||||
description: Customer Group endpoints that allow handling customer groups in Medusa.
|
||||
- name: Discount
|
||||
- name: Discounts
|
||||
description: Discount endpoints that allow handling discounts in Medusa.
|
||||
- name: Discount Condition
|
||||
description: >-
|
||||
Discount Condition endpoints that allow handling discount conditions in
|
||||
Medusa.
|
||||
- name: Draft Order
|
||||
- name: Draft Orders
|
||||
description: Draft Order endpoints that allow handling draft orders in Medusa.
|
||||
- name: Gift Card
|
||||
- name: Gift Cards
|
||||
description: Gift Card endpoints that allow handling gift cards in Medusa.
|
||||
- name: Invite
|
||||
- name: Invites
|
||||
description: Invite endpoints that allow handling invites in Medusa.
|
||||
- name: Note
|
||||
- name: Notes
|
||||
description: Note endpoints that allow handling notes in Medusa.
|
||||
- name: Notification
|
||||
- name: Notifications
|
||||
description: Notification endpoints that allow handling notifications in Medusa.
|
||||
- name: Order
|
||||
- name: Orders
|
||||
description: Order endpoints that allow handling orders in Medusa.
|
||||
- name: Price List
|
||||
- name: Price Lists
|
||||
description: Price List endpoints that allow handling price lists in Medusa.
|
||||
- name: Product
|
||||
- name: Products
|
||||
description: Product endpoints that allow handling products in Medusa.
|
||||
- name: Product Tag
|
||||
- name: Product Tags
|
||||
description: Product Tag endpoints that allow handling product tags in Medusa.
|
||||
- name: Product Type
|
||||
- name: Product Types
|
||||
description: Product Types endpoints that allow handling product types in Medusa.
|
||||
- name: Product Variant
|
||||
description: Product Variant endpoints that allow handling product variants in Medusa.
|
||||
- name: Region
|
||||
- name: Regions
|
||||
description: Region endpoints that allow handling regions in Medusa.
|
||||
- name: Return Reason
|
||||
- name: Return Reasons
|
||||
description: Return Reason endpoints that allow handling return reasons in Medusa.
|
||||
- name: Return
|
||||
- name: Returns
|
||||
description: Return endpoints that allow handling returns in Medusa.
|
||||
- name: Sales Channel
|
||||
- name: Sales Channels
|
||||
description: Sales Channel endpoints that allow handling sales channels in Medusa.
|
||||
- name: Shipping Option
|
||||
- name: Shipping Options
|
||||
description: Shipping Option endpoints that allow handling shipping options in Medusa.
|
||||
- name: Shipping Profile
|
||||
- name: Shipping Profiles
|
||||
description: >-
|
||||
Shipping Profile endpoints that allow handling shipping profiles in
|
||||
Medusa.
|
||||
- name: Store
|
||||
description: Store endpoints that allow handling stores in Medusa.
|
||||
- name: Swap
|
||||
- name: Swaps
|
||||
description: Swap endpoints that allow handling swaps in Medusa.
|
||||
- name: Tax Rate
|
||||
- name: Tax Rates
|
||||
description: Tax Rate endpoints that allow handling tax rates in Medusa.
|
||||
- name: Upload
|
||||
- name: Uploads
|
||||
description: Upload endpoints that allow handling uploads in Medusa.
|
||||
- name: User
|
||||
- name: Users
|
||||
description: User endpoints that allow handling users in Medusa.
|
||||
- name: Variants
|
||||
description: Product Variant endpoints that allow handling product variants in Medusa.
|
||||
servers:
|
||||
- url: https://api.medusa-commerce.com/admin
|
||||
- url: https://api.medusa-commerce.com
|
||||
paths:
|
||||
/apps/authorizations:
|
||||
$ref: paths/apps_authorizations.yaml
|
||||
/apps:
|
||||
$ref: paths/apps.yaml
|
||||
/auth:
|
||||
$ref: paths/auth.yaml
|
||||
/batch-jobs/{id}/cancel:
|
||||
$ref: paths/batch-jobs_{id}_cancel.yaml
|
||||
/batch-jobs/{id}/confirm:
|
||||
$ref: paths/batch-jobs_{id}_confirm.yaml
|
||||
/batch-jobs:
|
||||
$ref: paths/batch-jobs.yaml
|
||||
/batch-jobs/{id}:
|
||||
$ref: paths/batch-jobs_{id}.yaml
|
||||
/collections/{id}/products/batch:
|
||||
$ref: paths/collections_{id}_products_batch.yaml
|
||||
/collections:
|
||||
$ref: paths/collections.yaml
|
||||
/collections/{id}:
|
||||
$ref: paths/collections_{id}.yaml
|
||||
/currencies:
|
||||
$ref: paths/currencies.yaml
|
||||
/currencies/{code}:
|
||||
$ref: paths/currencies_{code}.yaml
|
||||
/customer-groups/{id}/customers/batch:
|
||||
$ref: paths/customer-groups_{id}_customers_batch.yaml
|
||||
/customer-groups:
|
||||
$ref: paths/customer-groups.yaml
|
||||
/customer-groups/{id}:
|
||||
$ref: paths/customer-groups_{id}.yaml
|
||||
/customer-groups/{id}/customers:
|
||||
$ref: paths/customer-groups_{id}_customers.yaml
|
||||
/customers:
|
||||
$ref: paths/customers.yaml
|
||||
/customers/{id}:
|
||||
$ref: paths/customers_{id}.yaml
|
||||
/discounts/{id}/regions/{region_id}:
|
||||
$ref: paths/discounts_{id}_regions_{region_id}.yaml
|
||||
/discounts/{discount_id}/conditions/{condition_id}/batch:
|
||||
$ref: paths/discounts_{discount_id}_conditions_{condition_id}_batch.yaml
|
||||
/discounts/{discount_id}/conditions:
|
||||
$ref: paths/discounts_{discount_id}_conditions.yaml
|
||||
/discounts:
|
||||
$ref: paths/discounts.yaml
|
||||
/discounts/{id}/dynamic-codes:
|
||||
$ref: paths/discounts_{id}_dynamic-codes.yaml
|
||||
/discounts/{discount_id}/conditions/{condition_id}:
|
||||
$ref: paths/discounts_{discount_id}_conditions_{condition_id}.yaml
|
||||
/discounts/{id}:
|
||||
$ref: paths/discounts_{id}.yaml
|
||||
/discounts/{id}/dynamic-codes/{code}:
|
||||
$ref: paths/discounts_{id}_dynamic-codes_{code}.yaml
|
||||
/discounts/code/{code}:
|
||||
$ref: paths/discounts_code_{code}.yaml
|
||||
/draft-orders:
|
||||
$ref: paths/draft-orders.yaml
|
||||
/draft-orders/{id}/line-items:
|
||||
$ref: paths/draft-orders_{id}_line-items.yaml
|
||||
/draft-orders/{id}:
|
||||
$ref: paths/draft-orders_{id}.yaml
|
||||
/draft-orders/{id}/line-items/{line_id}:
|
||||
$ref: paths/draft-orders_{id}_line-items_{line_id}.yaml
|
||||
/draft-orders/{id}/pay:
|
||||
$ref: paths/draft-orders_{id}_pay.yaml
|
||||
/admin/apps:
|
||||
$ref: paths/admin_apps.yaml
|
||||
/admin/apps/authorizations:
|
||||
$ref: paths/admin_apps_authorizations.yaml
|
||||
/admin/auth:
|
||||
$ref: paths/admin_auth.yaml
|
||||
/admin/batch-jobs:
|
||||
$ref: paths/admin_batch-jobs.yaml
|
||||
/admin/batch-jobs/{id}:
|
||||
$ref: paths/admin_batch-jobs_{id}.yaml
|
||||
/admin/batch-jobs/{id}/cancel:
|
||||
$ref: paths/admin_batch-jobs_{id}_cancel.yaml
|
||||
/admin/batch-jobs/{id}/confirm:
|
||||
$ref: paths/admin_batch-jobs_{id}_confirm.yaml
|
||||
/admin/collections:
|
||||
$ref: paths/admin_collections.yaml
|
||||
/admin/collections/{id}:
|
||||
$ref: paths/admin_collections_{id}.yaml
|
||||
/admin/collections/{id}/products/batch:
|
||||
$ref: paths/admin_collections_{id}_products_batch.yaml
|
||||
/admin/currencies:
|
||||
$ref: paths/admin_currencies.yaml
|
||||
/admin/currencies/{code}:
|
||||
$ref: paths/admin_currencies_{code}.yaml
|
||||
/admin/customer-groups:
|
||||
$ref: paths/admin_customer-groups.yaml
|
||||
/admin/customer-groups/{id}:
|
||||
$ref: paths/admin_customer-groups_{id}.yaml
|
||||
/admin/customer-groups/{id}/customers:
|
||||
$ref: paths/admin_customer-groups_{id}_customers.yaml
|
||||
/admin/customer-groups/{id}/customers/batch:
|
||||
$ref: paths/admin_customer-groups_{id}_customers_batch.yaml
|
||||
/admin/customers:
|
||||
$ref: paths/admin_customers.yaml
|
||||
/admin/customers/{id}:
|
||||
$ref: paths/admin_customers_{id}.yaml
|
||||
/admin/discounts:
|
||||
$ref: paths/admin_discounts.yaml
|
||||
/admin/discounts/code/{code}:
|
||||
$ref: paths/admin_discounts_code_{code}.yaml
|
||||
/admin/discounts/{discount_id}/conditions:
|
||||
$ref: paths/admin_discounts_{discount_id}_conditions.yaml
|
||||
/admin/discounts/{discount_id}/conditions/{condition_id}:
|
||||
$ref: paths/admin_discounts_{discount_id}_conditions_{condition_id}.yaml
|
||||
/admin/discounts/{discount_id}/conditions/{condition_id}/batch:
|
||||
$ref: paths/admin_discounts_{discount_id}_conditions_{condition_id}_batch.yaml
|
||||
/admin/discounts/{id}:
|
||||
$ref: paths/admin_discounts_{id}.yaml
|
||||
/admin/discounts/{id}/dynamic-codes:
|
||||
$ref: paths/admin_discounts_{id}_dynamic-codes.yaml
|
||||
/admin/discounts/{id}/dynamic-codes/{code}:
|
||||
$ref: paths/admin_discounts_{id}_dynamic-codes_{code}.yaml
|
||||
/admin/discounts/{id}/regions/{region_id}:
|
||||
$ref: paths/admin_discounts_{id}_regions_{region_id}.yaml
|
||||
/admin/draft-orders:
|
||||
$ref: paths/admin_draft-orders.yaml
|
||||
/admin/draft-orders/{id}:
|
||||
$ref: paths/admin_draft-orders_{id}.yaml
|
||||
/gift-cards:
|
||||
$ref: paths/gift-cards.yaml
|
||||
/gift-cards/{id}:
|
||||
$ref: paths/gift-cards_{id}.yaml
|
||||
/inventory-items/{id}/location-levels:
|
||||
$ref: paths/inventory-items_{id}_location-levels.yaml
|
||||
/inventory-items/{id}:
|
||||
$ref: paths/inventory-items_{id}.yaml
|
||||
/inventory-items/{id}/location-levels/{location_id}:
|
||||
$ref: paths/inventory-items_{id}_location-levels_{location_id}.yaml
|
||||
/inventory-items:
|
||||
$ref: paths/inventory-items.yaml
|
||||
/invites/accept:
|
||||
$ref: paths/invites_accept.yaml
|
||||
/invites:
|
||||
$ref: paths/invites.yaml
|
||||
/invites/{invite_id}:
|
||||
$ref: paths/invites_{invite_id}.yaml
|
||||
/invites/{invite_id}/resend:
|
||||
$ref: paths/invites_{invite_id}_resend.yaml
|
||||
/notes:
|
||||
$ref: paths/notes.yaml
|
||||
/notes/{id}:
|
||||
$ref: paths/notes_{id}.yaml
|
||||
/notifications:
|
||||
$ref: paths/notifications.yaml
|
||||
/notifications/{id}/resend:
|
||||
$ref: paths/notifications_{id}_resend.yaml
|
||||
/order-edits/{id}/items:
|
||||
$ref: paths/order-edits_{id}_items.yaml
|
||||
/order-edits/{id}/cancel:
|
||||
$ref: paths/order-edits_{id}_cancel.yaml
|
||||
/order-edits/{id}/confirm:
|
||||
$ref: paths/order-edits_{id}_confirm.yaml
|
||||
/order-edits:
|
||||
$ref: paths/order-edits.yaml
|
||||
/order-edits/{id}/items/{item_id}:
|
||||
$ref: paths/order-edits_{id}_items_{item_id}.yaml
|
||||
/order-edits/{id}/changes/{change_id}:
|
||||
$ref: paths/order-edits_{id}_changes_{change_id}.yaml
|
||||
/order-edits/{id}:
|
||||
$ref: paths/order-edits_{id}.yaml
|
||||
/order-edits/{id}/request:
|
||||
$ref: paths/order-edits_{id}_request.yaml
|
||||
/orders/{id}/shipping-methods:
|
||||
$ref: paths/orders_{id}_shipping-methods.yaml
|
||||
/orders/{id}/archive:
|
||||
$ref: paths/orders_{id}_archive.yaml
|
||||
/orders/{id}/claims/{claim_id}/cancel:
|
||||
$ref: paths/orders_{id}_claims_{claim_id}_cancel.yaml
|
||||
/orders/{id}/claims/{claim_id}/fulfillments/{fulfillment_id}/cancel:
|
||||
/admin/draft-orders/{id}/line-items:
|
||||
$ref: paths/admin_draft-orders_{id}_line-items.yaml
|
||||
/admin/draft-orders/{id}/line-items/{line_id}:
|
||||
$ref: paths/admin_draft-orders_{id}_line-items_{line_id}.yaml
|
||||
/admin/draft-orders/{id}/pay:
|
||||
$ref: paths/admin_draft-orders_{id}_pay.yaml
|
||||
/admin/gift-cards:
|
||||
$ref: paths/admin_gift-cards.yaml
|
||||
/admin/gift-cards/{id}:
|
||||
$ref: paths/admin_gift-cards_{id}.yaml
|
||||
/admin/inventory-items:
|
||||
$ref: paths/admin_inventory-items.yaml
|
||||
/admin/inventory-items/{id}:
|
||||
$ref: paths/admin_inventory-items_{id}.yaml
|
||||
/admin/inventory-items/{id}/location-levels:
|
||||
$ref: paths/admin_inventory-items_{id}_location-levels.yaml
|
||||
/admin/inventory-items/{id}/location-levels/{location_id}:
|
||||
$ref: paths/admin_inventory-items_{id}_location-levels_{location_id}.yaml
|
||||
/admin/invites:
|
||||
$ref: paths/admin_invites.yaml
|
||||
/admin/invites/accept:
|
||||
$ref: paths/admin_invites_accept.yaml
|
||||
/admin/invites/{invite_id}:
|
||||
$ref: paths/admin_invites_{invite_id}.yaml
|
||||
/admin/invites/{invite_id}/resend:
|
||||
$ref: paths/admin_invites_{invite_id}_resend.yaml
|
||||
/admin/notes:
|
||||
$ref: paths/admin_notes.yaml
|
||||
/admin/notes/{id}:
|
||||
$ref: paths/admin_notes_{id}.yaml
|
||||
/admin/notifications:
|
||||
$ref: paths/admin_notifications.yaml
|
||||
/admin/notifications/{id}/resend:
|
||||
$ref: paths/admin_notifications_{id}_resend.yaml
|
||||
/admin/order-edits:
|
||||
$ref: paths/admin_order-edits.yaml
|
||||
/admin/order-edits/{id}:
|
||||
$ref: paths/admin_order-edits_{id}.yaml
|
||||
/admin/order-edits/{id}/cancel:
|
||||
$ref: paths/admin_order-edits_{id}_cancel.yaml
|
||||
/admin/order-edits/{id}/changes/{change_id}:
|
||||
$ref: paths/admin_order-edits_{id}_changes_{change_id}.yaml
|
||||
/admin/order-edits/{id}/confirm:
|
||||
$ref: paths/admin_order-edits_{id}_confirm.yaml
|
||||
/admin/order-edits/{id}/items:
|
||||
$ref: paths/admin_order-edits_{id}_items.yaml
|
||||
/admin/order-edits/{id}/items/{item_id}:
|
||||
$ref: paths/admin_order-edits_{id}_items_{item_id}.yaml
|
||||
/admin/order-edits/{id}/request:
|
||||
$ref: paths/admin_order-edits_{id}_request.yaml
|
||||
/admin/orders:
|
||||
$ref: paths/admin_orders.yaml
|
||||
/admin/orders/{id}:
|
||||
$ref: paths/admin_orders_{id}.yaml
|
||||
/admin/orders/{id}/archive:
|
||||
$ref: paths/admin_orders_{id}_archive.yaml
|
||||
/admin/orders/{id}/cancel:
|
||||
$ref: paths/admin_orders_{id}_cancel.yaml
|
||||
/admin/orders/{id}/capture:
|
||||
$ref: paths/admin_orders_{id}_capture.yaml
|
||||
/admin/orders/{id}/claims:
|
||||
$ref: paths/admin_orders_{id}_claims.yaml
|
||||
/admin/orders/{id}/claims/{claim_id}:
|
||||
$ref: paths/admin_orders_{id}_claims_{claim_id}.yaml
|
||||
/admin/orders/{id}/claims/{claim_id}/cancel:
|
||||
$ref: paths/admin_orders_{id}_claims_{claim_id}_cancel.yaml
|
||||
/admin/orders/{id}/claims/{claim_id}/fulfillments:
|
||||
$ref: paths/admin_orders_{id}_claims_{claim_id}_fulfillments.yaml
|
||||
/admin/orders/{id}/claims/{claim_id}/fulfillments/{fulfillment_id}/cancel:
|
||||
$ref: >-
|
||||
paths/orders_{id}_claims_{claim_id}_fulfillments_{fulfillment_id}_cancel.yaml
|
||||
/orders/{id}/swaps/{swap_id}/fulfillments/{fulfillment_id}/cancel:
|
||||
paths/admin_orders_{id}_claims_{claim_id}_fulfillments_{fulfillment_id}_cancel.yaml
|
||||
/admin/orders/{id}/claims/{claim_id}/shipments:
|
||||
$ref: paths/admin_orders_{id}_claims_{claim_id}_shipments.yaml
|
||||
/admin/orders/{id}/complete:
|
||||
$ref: paths/admin_orders_{id}_complete.yaml
|
||||
/admin/orders/{id}/fulfillment:
|
||||
$ref: paths/admin_orders_{id}_fulfillment.yaml
|
||||
/admin/orders/{id}/fulfillments/{fulfillment_id}/cancel:
|
||||
$ref: paths/admin_orders_{id}_fulfillments_{fulfillment_id}_cancel.yaml
|
||||
/admin/orders/{id}/line-items/{line_item_id}/reserve:
|
||||
$ref: paths/admin_orders_{id}_line-items_{line_item_id}_reserve.yaml
|
||||
/admin/orders/{id}/refund:
|
||||
$ref: paths/admin_orders_{id}_refund.yaml
|
||||
/admin/orders/{id}/reservations:
|
||||
$ref: paths/admin_orders_{id}_reservations.yaml
|
||||
/admin/orders/{id}/return:
|
||||
$ref: paths/admin_orders_{id}_return.yaml
|
||||
/admin/orders/{id}/shipment:
|
||||
$ref: paths/admin_orders_{id}_shipment.yaml
|
||||
/admin/orders/{id}/shipping-methods:
|
||||
$ref: paths/admin_orders_{id}_shipping-methods.yaml
|
||||
/admin/orders/{id}/swaps:
|
||||
$ref: paths/admin_orders_{id}_swaps.yaml
|
||||
/admin/orders/{id}/swaps/{swap_id}/cancel:
|
||||
$ref: paths/admin_orders_{id}_swaps_{swap_id}_cancel.yaml
|
||||
/admin/orders/{id}/swaps/{swap_id}/fulfillments:
|
||||
$ref: paths/admin_orders_{id}_swaps_{swap_id}_fulfillments.yaml
|
||||
/admin/orders/{id}/swaps/{swap_id}/fulfillments/{fulfillment_id}/cancel:
|
||||
$ref: >-
|
||||
paths/orders_{id}_swaps_{swap_id}_fulfillments_{fulfillment_id}_cancel.yaml
|
||||
/orders/{id}/fulfillments/{fulfillment_id}/cancel:
|
||||
$ref: paths/orders_{id}_fulfillments_{fulfillment_id}_cancel.yaml
|
||||
/orders/{id}/cancel:
|
||||
$ref: paths/orders_{id}_cancel.yaml
|
||||
/orders/{id}/swaps/{swap_id}/cancel:
|
||||
$ref: paths/orders_{id}_swaps_{swap_id}_cancel.yaml
|
||||
/orders/{id}/capture:
|
||||
$ref: paths/orders_{id}_capture.yaml
|
||||
/orders/{id}/complete:
|
||||
$ref: paths/orders_{id}_complete.yaml
|
||||
/orders/{id}/claims/{claim_id}/shipments:
|
||||
$ref: paths/orders_{id}_claims_{claim_id}_shipments.yaml
|
||||
/order/{id}/claims:
|
||||
$ref: paths/order_{id}_claims.yaml
|
||||
/orders/{id}/fulfillment:
|
||||
$ref: paths/orders_{id}_fulfillment.yaml
|
||||
/orders/{id}/line-items/{line_item_id}/reserve:
|
||||
$ref: paths/orders_{id}_line-items_{line_item_id}_reserve.yaml
|
||||
/orders/{id}/shipment:
|
||||
$ref: paths/orders_{id}_shipment.yaml
|
||||
/orders/{id}/swaps/{swap_id}/shipments:
|
||||
$ref: paths/orders_{id}_swaps_{swap_id}_shipments.yaml
|
||||
/order/{id}/swaps:
|
||||
$ref: paths/order_{id}_swaps.yaml
|
||||
/orders/{id}/claims/{claim_id}/fulfillments:
|
||||
$ref: paths/orders_{id}_claims_{claim_id}_fulfillments.yaml
|
||||
/orders/{id}/swaps/{swap_id}/fulfillments:
|
||||
$ref: paths/orders_{id}_swaps_{swap_id}_fulfillments.yaml
|
||||
/orders/{id}:
|
||||
$ref: paths/orders_{id}.yaml
|
||||
/orders/{id}/reservations:
|
||||
$ref: paths/orders_{id}_reservations.yaml
|
||||
/orders:
|
||||
$ref: paths/orders.yaml
|
||||
/orders/{id}/swaps/{swap_id}/process-payment:
|
||||
$ref: paths/orders_{id}_swaps_{swap_id}_process-payment.yaml
|
||||
/orders/{id}/refund:
|
||||
$ref: paths/orders_{id}_refund.yaml
|
||||
/orders/{id}/return:
|
||||
$ref: paths/orders_{id}_return.yaml
|
||||
/order/{id}/claims/{claim_id}:
|
||||
$ref: paths/order_{id}_claims_{claim_id}.yaml
|
||||
/payment-collections/{id}:
|
||||
$ref: paths/payment-collections_{id}.yaml
|
||||
/payment-collections/{id}/authorize:
|
||||
$ref: paths/payment-collections_{id}_authorize.yaml
|
||||
/payments/{id}/capture:
|
||||
$ref: paths/payments_{id}_capture.yaml
|
||||
/payments/{id}:
|
||||
$ref: paths/payments_{id}.yaml
|
||||
/payments/{id}/refund:
|
||||
$ref: paths/payments_{id}_refund.yaml
|
||||
/price-lists/{id}/prices/batch:
|
||||
$ref: paths/price-lists_{id}_prices_batch.yaml
|
||||
/price-lists:
|
||||
$ref: paths/price-lists.yaml
|
||||
/price-lists/{id}:
|
||||
$ref: paths/price-lists_{id}.yaml
|
||||
/price-lists/{id}/products/{product_id}/prices:
|
||||
$ref: paths/price-lists_{id}_products_{product_id}_prices.yaml
|
||||
/price-lists/{id}/variants/{variant_id}/prices:
|
||||
$ref: paths/price-lists_{id}_variants_{variant_id}_prices.yaml
|
||||
/price-lists/{id}/products:
|
||||
$ref: paths/price-lists_{id}_products.yaml
|
||||
/product-categories/{id}/products/batch:
|
||||
$ref: paths/product-categories_{id}_products_batch.yaml
|
||||
/product-categories:
|
||||
$ref: paths/product-categories.yaml
|
||||
/product-categories/{id}:
|
||||
$ref: paths/product-categories_{id}.yaml
|
||||
/product-tags:
|
||||
$ref: paths/product-tags.yaml
|
||||
/product-types:
|
||||
$ref: paths/product-types.yaml
|
||||
/products/{id}/options:
|
||||
$ref: paths/products_{id}_options.yaml
|
||||
/products:
|
||||
$ref: paths/products.yaml
|
||||
/products/{id}/variants:
|
||||
$ref: paths/products_{id}_variants.yaml
|
||||
/products/{id}/options/{option_id}:
|
||||
$ref: paths/products_{id}_options_{option_id}.yaml
|
||||
/products/{id}:
|
||||
$ref: paths/products_{id}.yaml
|
||||
/products/{id}/variants/{variant_id}:
|
||||
$ref: paths/products_{id}_variants_{variant_id}.yaml
|
||||
/products/tag-usage:
|
||||
$ref: paths/products_tag-usage.yaml
|
||||
/products/types:
|
||||
$ref: paths/products_types.yaml
|
||||
/products/{id}/metadata:
|
||||
$ref: paths/products_{id}_metadata.yaml
|
||||
/publishable-api-keys/{id}/sales-channels/batch:
|
||||
$ref: paths/publishable-api-keys_{id}_sales-channels_batch.yaml
|
||||
/publishable-api-keys:
|
||||
$ref: paths/publishable-api-keys.yaml
|
||||
/publishable-api-keys/{id}:
|
||||
$ref: paths/publishable-api-keys_{id}.yaml
|
||||
/publishable-api-keys/{id}/sales-channels:
|
||||
$ref: paths/publishable-api-keys_{id}_sales-channels.yaml
|
||||
/publishable-api-keys/{id}/revoke:
|
||||
$ref: paths/publishable-api-keys_{id}_revoke.yaml
|
||||
/publishable-api-key/{id}:
|
||||
$ref: paths/publishable-api-key_{id}.yaml
|
||||
/regions/{id}/countries:
|
||||
$ref: paths/regions_{id}_countries.yaml
|
||||
/regions/{id}/fulfillment-providers:
|
||||
$ref: paths/regions_{id}_fulfillment-providers.yaml
|
||||
/regions/{id}/payment-providers:
|
||||
$ref: paths/regions_{id}_payment-providers.yaml
|
||||
/regions:
|
||||
$ref: paths/regions.yaml
|
||||
/regions/{id}:
|
||||
$ref: paths/regions_{id}.yaml
|
||||
/regions/{id}/fulfillment-options:
|
||||
$ref: paths/regions_{id}_fulfillment-options.yaml
|
||||
/regions/{id}/countries/{country_code}:
|
||||
$ref: paths/regions_{id}_countries_{country_code}.yaml
|
||||
/regions/{id}/fulfillment-providers/{provider_id}:
|
||||
$ref: paths/regions_{id}_fulfillment-providers_{provider_id}.yaml
|
||||
/regions/{id}/payment-providers/{provider_id}:
|
||||
$ref: paths/regions_{id}_payment-providers_{provider_id}.yaml
|
||||
/reservations:
|
||||
$ref: paths/reservations.yaml
|
||||
/reservations/{id}:
|
||||
$ref: paths/reservations_{id}.yaml
|
||||
/return-reasons:
|
||||
$ref: paths/return-reasons.yaml
|
||||
/return-reasons/{id}:
|
||||
$ref: paths/return-reasons_{id}.yaml
|
||||
/returns/{id}/cancel:
|
||||
$ref: paths/returns_{id}_cancel.yaml
|
||||
/returns:
|
||||
$ref: paths/returns.yaml
|
||||
/returns/{id}/receive:
|
||||
$ref: paths/returns_{id}_receive.yaml
|
||||
/sales-channels/{id}/products/batch:
|
||||
$ref: paths/sales-channels_{id}_products_batch.yaml
|
||||
/sales-channels/{id}/stock-locations:
|
||||
$ref: paths/sales-channels_{id}_stock-locations.yaml
|
||||
/sales-channels:
|
||||
$ref: paths/sales-channels.yaml
|
||||
/sales-channels/{id}:
|
||||
$ref: paths/sales-channels_{id}.yaml
|
||||
/shipping-options:
|
||||
$ref: paths/shipping-options.yaml
|
||||
/shipping-options/{id}:
|
||||
$ref: paths/shipping-options_{id}.yaml
|
||||
/shipping-profiles:
|
||||
$ref: paths/shipping-profiles.yaml
|
||||
/shipping-profiles/{id}:
|
||||
$ref: paths/shipping-profiles_{id}.yaml
|
||||
/stock-locations:
|
||||
$ref: paths/stock-locations.yaml
|
||||
/stock-locations/{id}:
|
||||
$ref: paths/stock-locations_{id}.yaml
|
||||
/store/currencies/{code}:
|
||||
$ref: paths/store_currencies_{code}.yaml
|
||||
/store:
|
||||
$ref: paths/store.yaml
|
||||
/store/payment-providers:
|
||||
$ref: paths/store_payment-providers.yaml
|
||||
/store/tax-providers:
|
||||
$ref: paths/store_tax-providers.yaml
|
||||
/swaps/{id}:
|
||||
$ref: paths/swaps_{id}.yaml
|
||||
/swaps:
|
||||
$ref: paths/swaps.yaml
|
||||
/tax-rates/{id}/product-types/batch:
|
||||
$ref: paths/tax-rates_{id}_product-types_batch.yaml
|
||||
/tax-rates/{id}/products/batch:
|
||||
$ref: paths/tax-rates_{id}_products_batch.yaml
|
||||
/tax-rates/{id}/shipping-options/batch:
|
||||
$ref: paths/tax-rates_{id}_shipping-options_batch.yaml
|
||||
/tax-rates:
|
||||
$ref: paths/tax-rates.yaml
|
||||
/tax-rates/{id}:
|
||||
$ref: paths/tax-rates_{id}.yaml
|
||||
/uploads/protected:
|
||||
$ref: paths/uploads_protected.yaml
|
||||
/uploads:
|
||||
$ref: paths/uploads.yaml
|
||||
/uploads/download-url:
|
||||
$ref: paths/uploads_download-url.yaml
|
||||
/users:
|
||||
$ref: paths/users.yaml
|
||||
/users/{id}:
|
||||
$ref: paths/users_{id}.yaml
|
||||
/users/password-token:
|
||||
$ref: paths/users_password-token.yaml
|
||||
/users/reset-password:
|
||||
$ref: paths/users_reset-password.yaml
|
||||
/variants/{id}/inventory:
|
||||
$ref: paths/variants_{id}_inventory.yaml
|
||||
/variants:
|
||||
$ref: paths/variants.yaml
|
||||
paths/admin_orders_{id}_swaps_{swap_id}_fulfillments_{fulfillment_id}_cancel.yaml
|
||||
/admin/orders/{id}/swaps/{swap_id}/process-payment:
|
||||
$ref: paths/admin_orders_{id}_swaps_{swap_id}_process-payment.yaml
|
||||
/admin/orders/{id}/swaps/{swap_id}/shipments:
|
||||
$ref: paths/admin_orders_{id}_swaps_{swap_id}_shipments.yaml
|
||||
/admin/payment-collections/{id}:
|
||||
$ref: paths/admin_payment-collections_{id}.yaml
|
||||
/admin/payment-collections/{id}/authorize:
|
||||
$ref: paths/admin_payment-collections_{id}_authorize.yaml
|
||||
/admin/payments/{id}:
|
||||
$ref: paths/admin_payments_{id}.yaml
|
||||
/admin/payments/{id}/capture:
|
||||
$ref: paths/admin_payments_{id}_capture.yaml
|
||||
/admin/payments/{id}/refund:
|
||||
$ref: paths/admin_payments_{id}_refund.yaml
|
||||
/admin/price-lists:
|
||||
$ref: paths/admin_price-lists.yaml
|
||||
/admin/price-lists/{id}:
|
||||
$ref: paths/admin_price-lists_{id}.yaml
|
||||
/admin/price-lists/{id}/prices/batch:
|
||||
$ref: paths/admin_price-lists_{id}_prices_batch.yaml
|
||||
/admin/price-lists/{id}/products:
|
||||
$ref: paths/admin_price-lists_{id}_products.yaml
|
||||
/admin/price-lists/{id}/products/{product_id}/prices:
|
||||
$ref: paths/admin_price-lists_{id}_products_{product_id}_prices.yaml
|
||||
/admin/price-lists/{id}/variants/{variant_id}/prices:
|
||||
$ref: paths/admin_price-lists_{id}_variants_{variant_id}_prices.yaml
|
||||
/admin/product-categories:
|
||||
$ref: paths/admin_product-categories.yaml
|
||||
/admin/product-categories/{id}:
|
||||
$ref: paths/admin_product-categories_{id}.yaml
|
||||
/admin/product-categories/{id}/products/batch:
|
||||
$ref: paths/admin_product-categories_{id}_products_batch.yaml
|
||||
/admin/product-tags:
|
||||
$ref: paths/admin_product-tags.yaml
|
||||
/admin/product-types:
|
||||
$ref: paths/admin_product-types.yaml
|
||||
/admin/products:
|
||||
$ref: paths/admin_products.yaml
|
||||
/admin/products/tag-usage:
|
||||
$ref: paths/admin_products_tag-usage.yaml
|
||||
/admin/products/types:
|
||||
$ref: paths/admin_products_types.yaml
|
||||
/admin/products/{id}:
|
||||
$ref: paths/admin_products_{id}.yaml
|
||||
/admin/products/{id}/metadata:
|
||||
$ref: paths/admin_products_{id}_metadata.yaml
|
||||
/admin/products/{id}/options:
|
||||
$ref: paths/admin_products_{id}_options.yaml
|
||||
/admin/products/{id}/options/{option_id}:
|
||||
$ref: paths/admin_products_{id}_options_{option_id}.yaml
|
||||
/admin/products/{id}/variants:
|
||||
$ref: paths/admin_products_{id}_variants.yaml
|
||||
/admin/products/{id}/variants/{variant_id}:
|
||||
$ref: paths/admin_products_{id}_variants_{variant_id}.yaml
|
||||
/admin/publishable-api-key/{id}:
|
||||
$ref: paths/admin_publishable-api-key_{id}.yaml
|
||||
/admin/publishable-api-keys:
|
||||
$ref: paths/admin_publishable-api-keys.yaml
|
||||
/admin/publishable-api-keys/{id}:
|
||||
$ref: paths/admin_publishable-api-keys_{id}.yaml
|
||||
/admin/publishable-api-keys/{id}/revoke:
|
||||
$ref: paths/admin_publishable-api-keys_{id}_revoke.yaml
|
||||
/admin/publishable-api-keys/{id}/sales-channels:
|
||||
$ref: paths/admin_publishable-api-keys_{id}_sales-channels.yaml
|
||||
/admin/publishable-api-keys/{id}/sales-channels/batch:
|
||||
$ref: paths/admin_publishable-api-keys_{id}_sales-channels_batch.yaml
|
||||
/admin/regions:
|
||||
$ref: paths/admin_regions.yaml
|
||||
/admin/regions/{id}:
|
||||
$ref: paths/admin_regions_{id}.yaml
|
||||
/admin/regions/{id}/countries:
|
||||
$ref: paths/admin_regions_{id}_countries.yaml
|
||||
/admin/regions/{id}/countries/{country_code}:
|
||||
$ref: paths/admin_regions_{id}_countries_{country_code}.yaml
|
||||
/admin/regions/{id}/fulfillment-options:
|
||||
$ref: paths/admin_regions_{id}_fulfillment-options.yaml
|
||||
/admin/regions/{id}/fulfillment-providers:
|
||||
$ref: paths/admin_regions_{id}_fulfillment-providers.yaml
|
||||
/admin/regions/{id}/fulfillment-providers/{provider_id}:
|
||||
$ref: paths/admin_regions_{id}_fulfillment-providers_{provider_id}.yaml
|
||||
/admin/regions/{id}/payment-providers:
|
||||
$ref: paths/admin_regions_{id}_payment-providers.yaml
|
||||
/admin/regions/{id}/payment-providers/{provider_id}:
|
||||
$ref: paths/admin_regions_{id}_payment-providers_{provider_id}.yaml
|
||||
/admin/reservations:
|
||||
$ref: paths/admin_reservations.yaml
|
||||
/admin/reservations/{id}:
|
||||
$ref: paths/admin_reservations_{id}.yaml
|
||||
/admin/return-reasons:
|
||||
$ref: paths/admin_return-reasons.yaml
|
||||
/admin/return-reasons/{id}:
|
||||
$ref: paths/admin_return-reasons_{id}.yaml
|
||||
/admin/returns:
|
||||
$ref: paths/admin_returns.yaml
|
||||
/admin/returns/{id}/cancel:
|
||||
$ref: paths/admin_returns_{id}_cancel.yaml
|
||||
/admin/returns/{id}/receive:
|
||||
$ref: paths/admin_returns_{id}_receive.yaml
|
||||
/admin/sales-channels:
|
||||
$ref: paths/admin_sales-channels.yaml
|
||||
/admin/sales-channels/{id}:
|
||||
$ref: paths/admin_sales-channels_{id}.yaml
|
||||
/admin/sales-channels/{id}/products/batch:
|
||||
$ref: paths/admin_sales-channels_{id}_products_batch.yaml
|
||||
/admin/sales-channels/{id}/stock-locations:
|
||||
$ref: paths/admin_sales-channels_{id}_stock-locations.yaml
|
||||
/admin/shipping-options:
|
||||
$ref: paths/admin_shipping-options.yaml
|
||||
/admin/shipping-options/{id}:
|
||||
$ref: paths/admin_shipping-options_{id}.yaml
|
||||
/admin/shipping-profiles:
|
||||
$ref: paths/admin_shipping-profiles.yaml
|
||||
/admin/shipping-profiles/{id}:
|
||||
$ref: paths/admin_shipping-profiles_{id}.yaml
|
||||
/admin/stock-locations:
|
||||
$ref: paths/admin_stock-locations.yaml
|
||||
/admin/stock-locations/{id}:
|
||||
$ref: paths/admin_stock-locations_{id}.yaml
|
||||
/admin/store:
|
||||
$ref: paths/admin_store.yaml
|
||||
/admin/store/currencies/{code}:
|
||||
$ref: paths/admin_store_currencies_{code}.yaml
|
||||
/admin/store/payment-providers:
|
||||
$ref: paths/admin_store_payment-providers.yaml
|
||||
/admin/store/tax-providers:
|
||||
$ref: paths/admin_store_tax-providers.yaml
|
||||
/admin/swaps:
|
||||
$ref: paths/admin_swaps.yaml
|
||||
/admin/swaps/{id}:
|
||||
$ref: paths/admin_swaps_{id}.yaml
|
||||
/admin/tax-rates:
|
||||
$ref: paths/admin_tax-rates.yaml
|
||||
/admin/tax-rates/{id}:
|
||||
$ref: paths/admin_tax-rates_{id}.yaml
|
||||
/admin/tax-rates/{id}/product-types/batch:
|
||||
$ref: paths/admin_tax-rates_{id}_product-types_batch.yaml
|
||||
/admin/tax-rates/{id}/products/batch:
|
||||
$ref: paths/admin_tax-rates_{id}_products_batch.yaml
|
||||
/admin/tax-rates/{id}/shipping-options/batch:
|
||||
$ref: paths/admin_tax-rates_{id}_shipping-options_batch.yaml
|
||||
/admin/uploads:
|
||||
$ref: paths/admin_uploads.yaml
|
||||
/admin/uploads/download-url:
|
||||
$ref: paths/admin_uploads_download-url.yaml
|
||||
/admin/uploads/protected:
|
||||
$ref: paths/admin_uploads_protected.yaml
|
||||
/admin/users:
|
||||
$ref: paths/admin_users.yaml
|
||||
/admin/users/password-token:
|
||||
$ref: paths/admin_users_password-token.yaml
|
||||
/admin/users/reset-password:
|
||||
$ref: paths/admin_users_reset-password.yaml
|
||||
/admin/users/{id}:
|
||||
$ref: paths/admin_users_{id}.yaml
|
||||
/admin/variants:
|
||||
$ref: paths/admin_variants.yaml
|
||||
/admin/variants/{id}:
|
||||
$ref: paths/admin_variants_{id}.yaml
|
||||
/admin/variants/{id}/inventory:
|
||||
$ref: paths/admin_variants_{id}_inventory.yaml
|
||||
components:
|
||||
securitySchemes:
|
||||
api_token:
|
||||
|
||||
Reference in New Issue
Block a user