docs: remove mention of base64 requirement for api keys (#13679)

This commit is contained in:
Shahed Nasser
2025-10-03 14:10:16 +03:00
committed by GitHub
parent dd4b3315f3
commit fcb977a989
716 changed files with 1082 additions and 1091 deletions
@@ -38,7 +38,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/api-keys/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Api Keys
* responses:
@@ -38,7 +38,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/campaigns/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Campaigns
* responses:
@@ -62,7 +62,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/claims/{id}/claim-items/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Claims
* responses:
@@ -48,7 +48,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/inbound/items/{action_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/inbound/items/{action_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Claims
* responses:
@@ -48,7 +48,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/inbound/shipping-method/{action_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/inbound/shipping-method/{action_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Claims
* responses:
@@ -60,7 +60,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/outbound/items/{action_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/outbound/items/{action_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Claims
* responses:
@@ -60,7 +60,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/outbound/shipping-method/{action_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/claims/{id}/outbound/shipping-method/{action_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Claims
* responses:
@@ -39,7 +39,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/claims/{id}/request' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Claims
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/collections/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Collections
* responses:
@@ -38,7 +38,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/customer-groups/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customer Groups
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/customers/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customers
* responses:
@@ -55,7 +55,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/customers/{id}/addresses/{address_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/customers/{id}/addresses/{address_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Customers
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/draft-orders/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -38,7 +38,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/draft-orders/{id}/edit' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -47,7 +47,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/draft-orders/{id}/edit/items/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/draft-orders/{id}/edit/promotions' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -47,7 +47,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/draft-orders/{id}/edit/shipping-methods/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -47,7 +47,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/draft-orders/{id}/edit/shipping-methods/method/{method_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -48,7 +48,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/inbound/items/{action_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/inbound/items/{action_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Exchanges
* responses:
@@ -48,7 +48,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/inbound/shipping-method/{action_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/inbound/shipping-method/{action_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Exchanges
* responses:
@@ -60,7 +60,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/outbound/items/{action_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/outbound/items/{action_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Exchanges
* responses:
@@ -60,7 +60,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/outbound/shipping-method/{action_id}'\\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/exchanges/{id}/outbound/shipping-method/{action_id}'\\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Exchanges
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/exchanges/{id}/request' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Exchanges
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/fulfillment-sets/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Fulfillment Sets
* responses:
@@ -45,7 +45,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/fulfillment-sets/{id}/service-zones/{zone_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/fulfillment-sets/{id}/service-zones/{zone_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Fulfillment Sets
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/inventory-items/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Inventory Items
* responses:
@@ -60,7 +60,7 @@
* })
* - lang: Shell
* label: cURL
* source: "curl -X DELETE '{backend_url}/admin/inventory-items/{id}/location-levels/{location_id}' \\ -H 'Authorization: Bearer {access_token}'"
* source: "curl -X DELETE '{backend_url}/admin/inventory-items/{id}/location-levels/{location_id}' \\ -H 'Authorization: Bearer {jwt_token}'"
* tags:
* - Inventory Items
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/order-edits/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Order Edits
* responses:
@@ -50,7 +50,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/order-edits/{id}/items/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Order Edits
* responses:
@@ -30,7 +30,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/order-edits/{id}/shipping-method/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Order Edits
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/payment-collections/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Payment Collections
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/price-lists/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Price Lists
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/price-preferences/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Price Preferences
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/product-categories/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Product Categories
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/product-tags/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Product Tags
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/product-types/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Product Types
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/products/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Products
* responses:
@@ -59,7 +59,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/products/{id}/options/{option_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Products
* responses:
@@ -56,7 +56,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/products/{id}/variants/{variant_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Products
* responses:
@@ -45,7 +45,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/products/{id}/variants/{variant_id}/inventory-items/{inventory_item_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Products
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/promotions/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Promotions
* responses:
@@ -20,7 +20,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/refund-reasons/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Refund Reasons
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/regions/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Regions
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/reservations/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Reservations
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/return-reasons/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Return Reasons
* responses:
@@ -59,7 +59,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/returns/{id}/dismiss-items/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Returns
* responses:
@@ -59,7 +59,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/returns/{id}/receive-items/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Returns
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/returns/{id}/receive' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Returns
* responses:
@@ -59,7 +59,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/returns/{id}/request-items/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Returns
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/returns/{id}/request' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Returns
* responses:
@@ -59,7 +59,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/returns/{id}/shipping-method/{action_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Returns
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/sales-channels/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Sales Channels
* responses:
@@ -38,7 +38,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/shipping-option-types/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Shipping Option Types
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/shipping-options/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Shipping Options
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/shipping-profiles/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Shipping Profiles
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/stock-locations/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Stock Locations
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/tax-rates/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Tax Rates
* responses:
@@ -39,7 +39,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/tax-rates/{id}/rules/{rule_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Tax Rates
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/tax-regions/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Tax Regions
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/uploads/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Uploads
* responses:
@@ -26,7 +26,7 @@
* label: cURL
* source: |-
* curl -X DELETE '{backend_url}/admin/views/{entity}/configurations/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Views
* responses:
@@ -1084,7 +1084,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/api-keys' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Api Keys
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/api-keys/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Api Keys
* responses:
@@ -79,7 +79,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/campaigns' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Campaigns
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/campaigns/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Campaigns
* responses:
@@ -842,7 +842,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/claims' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Claims
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/claims/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Claims
* responses:
@@ -842,7 +842,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/collections' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Collections
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/collections/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Collections
* responses:
@@ -121,7 +121,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/currencies' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Currencies
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/currencies/{code}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Currencies
* responses:
@@ -857,7 +857,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/customer-groups' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customer Groups
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/customer-groups/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customer Groups
* responses:
@@ -3365,7 +3365,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/customers' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customers
* responses:
@@ -51,7 +51,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/customers/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customers
* responses:
@@ -193,7 +193,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/customers/{id}/addresses' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customers
* responses:
@@ -57,7 +57,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/customers/{id}/addresses/{address_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Customers
* responses:
@@ -1455,7 +1455,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/draft-orders' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -51,7 +51,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/draft-orders/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Draft Orders
* responses:
@@ -814,7 +814,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/exchanges' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Exchanges
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/exchanges/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Exchanges
* responses:
@@ -123,7 +123,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/fulfillment-providers' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Fulfillment Providers
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/fulfillment-providers/{id}/options' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Fulfillment Providers
* responses:
@@ -59,7 +59,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/fulfillment-sets/{id}/service-zones/{zone_id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Fulfillment Sets
* responses:
@@ -343,7 +343,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/gift-cards' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Gift Cards
* responses:
@@ -35,7 +35,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/gift-cards/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Gift Cards
* responses:
@@ -36,7 +36,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/gift-cards/{id}/orders' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Gift Cards
* responses:
@@ -414,7 +414,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/inventory-items' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Inventory Items
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/inventory-items/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Inventory Items
* responses:
@@ -103,7 +103,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/inventory-items/{id}/location-levels' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Inventory Items
* responses:
@@ -135,7 +135,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/notifications' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Notifications
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/notifications/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Notifications
* responses:
@@ -637,7 +637,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/orders' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Orders
* responses:
@@ -97,7 +97,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/orders/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Orders
* responses:
@@ -55,7 +55,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/orders/{id}/changes' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Orders
* responses:
@@ -123,7 +123,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/orders/{id}/line-items' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Orders
* responses:
@@ -37,7 +37,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/orders/{id}/preview' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Orders
* responses:
@@ -38,7 +38,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/orders/{id}/shipping-options' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Orders
* responses:
@@ -490,7 +490,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/payments' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Payments
* responses:
@@ -49,7 +49,7 @@
* label: cURL
* source: |-
* curl '{backend_url}/admin/payments/{id}' \
* -H 'Authorization: Bearer {access_token}'
* -H 'Authorization: Bearer {jwt_token}'
* tags:
* - Payments
* responses:

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