chore(docs): Updated API Reference (v2) (#8073)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This commit is contained in:
github-actions[bot]
2024-07-11 07:59:07 +00:00
committed by GitHub
parent f441663224
commit adfa1d8574
19 changed files with 245 additions and 71 deletions

View File

@@ -1,11 +1,11 @@
curl -X POST '{backend_url}/admin/orders/{id}/fulfillments/{fulfillment_id}/shipment' \
curl -X POST '{backend_url}/admin/orders/{id}/fulfillments/{fulfillment_id}/shipments' \
-H 'x-medusa-access-token: {api_token}' \
-H 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"id": "id_eyih2debIPWMK4kaHGPZ",
"quantity": 7476297089417216
"id": "id_5sTwO6Lz9h9W7f1U",
"quantity": 395722780311552
}
],
"metadata": {}