diff --git a/pull/36781/index.html b/pull/36781/index.html index fb6fb6b..6d3902a 100644 --- a/pull/36781/index.html +++ b/pull/36781/index.html @@ -2326,7 +2326,7 @@

Available operations on Interna </tr> <tr> <td>Email</td> -<td><a href="mailto:&#x6a;&#x6f;&#x68;&#110;&#x40;&#97;&#99;&#109;&#x65;&#x2e;&#99;&#x6f;&#x6d;">&#x6a;&#x6f;&#x68;&#110;&#x40;&#97;&#99;&#109;&#x65;&#x2e;&#99;&#x6f;&#x6d;</a></td> +<td><a href="mailto:&#x6a;&#111;&#104;&#110;&#64;&#97;&#x63;&#109;&#101;&#46;&#x63;&#x6f;&#109;">&#x6a;&#111;&#104;&#110;&#64;&#97;&#x63;&#109;&#101;&#46;&#x63;&#x6f;&#109;</a></td> </tr> <tr> <td>Address</td> @@ -2506,7 +2506,7 @@

A practical example

Email -john@acme.com +john@acme.com Address @@ -3247,11 +3247,11 @@

Pickup is not accepted

" class="sc-iJuWdM sc-cBNeRQ gpkGbA casAkG sc-citwID bzkUsW">

Unsupported Media Type

Request samples

Content type
application/vnd.api+json
{
  • "parcels": [
    • {
      • "length": 20,
      • "width": 20,
      • "height": 20,
      • "kg": 21
      }
    ],
  • "no_dangerous_product": true
}

Response samples

Content type
application/vnd.api+json
{
  • "jsonapi": {
    • "version": "1.0"
    },
  • "data": [
    • {
      • "quoteUuid": "1eda3cbb-983b-6a4a-b395-6a0440190584",
      • "carrierCode": "ups",
      • "serviceCode": "11",
      • "serviceCommercialName": "UPS STANDARD",
      • "collectionMethod": [
        ],
      • "shippingCost": {
        }
      }
    ]
}

Confirm Shipping Quote

Confirm Shipping Quote

https://www.ankorstore.com/api/v1/shipping-quotes/{quote}/confirm

Use this endpoint to confirm which quote you want to use to ship your order. You can confirm either custom or ankorstore quote.

@@ -3855,7 +3855,7 @@

Pickup is not accepted

" class="sc-iJuWdM sc-cBNeRQ gpkGbA casAkG sc-citwID bzkUsW">

Unprocessable Entity : Data provided are invalid

Request samples

Content type
application/vnd.api+json
Example
{
  • "order": {
    • "trackingProvider": "ups",
    • "trackingNumber": "123456"
    }
}

Response samples

Content type
application/vnd.api+json
{
  • "jsonapi": {
    • "version": "1.0"
    },
  • "data": {
    • "type": "order",
    • "id": "1ecb023e-7ec0-6d5c-a477-0242ac170007",
    • "attributes": {
      • "status": "brand_confirmed",
      • "reference": 3434273911,
      • "brandCurrency": "EUR",
      • "brandNetAmount": 10229,
      • "brandTotalAmount": 10940,
      • "brandTotalAmountVat": 602,
      • "brandTotalAmountWithVat": 11542,
      • "brandRejectReason": null,
      • "retailerRejectReason": null,
      • "retailerCancellationRequestReason": null,
      • "billingName": "Charles Attan",
      • "billingOrganisationName": "Jumbo",
      • "billingStreet": "Kortricklaan 101",
      • "billingPostalCode": "8121 GW",
      • "billingCity": "Arnhem",
      • "billingCountryCode": "NL",
      • "submittedAt": "2022-03-17T13:19:33+00:00",
      • "shippedAt": null,
      • "brandPaidAt": null,
      • "createdAt": "2022-02-01T14:37:10+00:00",
      • "updatedAt": "2022-03-31T15:10:07+00:00",
      • "shippingMethod": "custom",
      • "shippingOverview": {
        }
      }
    }
}