docs: fix request http method in wishlist guide (#11902)

* docs: fix request http method in wishlist guide

* generated llms
This commit is contained in:
Shahed Nasser
2025-03-19 11:40:35 +02:00
committed by GitHub
parent e2ee4a1d5f
commit a73c9770fa
3 changed files with 11068 additions and 11068 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1418,7 +1418,7 @@ The response will contain a list of products. You can use the `id` of a product'
Then, send a `POST` request to the `/store/customers/me/wishlists/items` API route to add the variant to the wishlist:
```bash
curl -X GET 'localhost:9000/store/customers/me/wishlists/items' \
curl -X POST 'localhost:9000/store/customers/me/wishlists/items' \
--header 'Content-Type: application/json' \
--header 'x-publishable-api-key: {api_key}' \
--header 'Authorization: Bearer {token}' \

View File

@@ -5855,7 +5855,7 @@ export const generatedEditDates = {
"references/core_flows/types/core_flows.ThrowUnlessPaymentCollectionNotePaidInput/page.mdx": "2025-01-17T16:43:25.819Z",
"references/core_flows/types/core_flows.ValidatePaymentsRefundStepInput/page.mdx": "2025-01-17T16:43:26.128Z",
"references/core_flows/types/core_flows.ValidateRefundStepInput/page.mdx": "2025-03-04T13:33:47.462Z",
"app/plugins/guides/wishlist/page.mdx": "2025-03-11T08:56:19.626Z",
"app/plugins/guides/wishlist/page.mdx": "2025-03-19T06:30:47.430Z",
"app/plugins/page.mdx": "2025-02-26T11:39:25.709Z",
"app/admin-components/components/data-table/page.mdx": "2025-03-03T14:55:58.556Z",
"references/order_models/variables/order_models.Order/page.mdx": "2025-01-27T11:43:58.788Z",