Here we can get information regarding the submitted RFQ (Request For Quotation)
Table of contents
Glossary
Name | Explanation |
rfqId | identifier of RFQ |
rfqShipmentId | identifier of RFQ shipment |
GET information about given RFQ shipment
In order to get information about product use GET
/api/v1/orderpath/integrations/auth-required/rfq/shipment
using specific ID of this product. The diagram below shows the dependence of communicating with the API:Use the parameter in query below to get information about specified RFQ:
rfqId
rfqShipmentId
jsoncurl -X GET "https://api-preprod.one.unity.pl/api/v1/orderpath/integrations/auth-required/rfq/shipment?rfqId=RFQ%2F3%2F2022&rfqShipmentId=RFQ%2F3%2F2022%2F01" -H "accept: */*" -H "one-tenant: {tenant}" -H "ApiAuth: {apiKey}"
In response you will receive information about RFQ
Example response:
json{ "id": "RFQ/3/2022/01", "rfqId": "RFQ/3/2022", "rfqCouponCode": null, "customerPurchaseNumber": null, "productLines": [ { "sku": "product4111", "name": "test name", "lineNumber": "RFQ/3/2022/01/01", "quantityOrdered": 2, "quantityOrderedInContentUnit": 4, "price": { "netUnitPrice": 820, "netContentUnitPrice": 410, "netCatalogPrice": 1000, "catalogPriceDiscount": 59, "netValue": 1640, "taxValue": 0, "taxRate": 0, "grossValue": 1640, "additionalCosts": [ { "type": "weee_surcharge", "contentUnitNet": 23, "contentUnitTax": 5.29, "contentUnitGross": 28.29, "totalNet": 92, "totalTax": 21.16, "totalGross": 113.16 } ] }, "contentUnitCode": "pack", "notes": null, "appliedCampaigns": [], "currentInfo": { "slug": "product4111", "name": "test name", "url": "/test-name-id-product4111" } } ], "deliveryMethod": { "id": "4572f846-57b4-42cd-b2e5-45639cc38184", "externalId": "1", "deliveryDateRequired": "2022-11-09", "cost": { "net": 0, "tax": 0, "gross": 0 }, "type": "CLICK_AND_COLLECT", "address": null, "pickupPointId": "WRO" }, "paymentMethod": { "id": "96ce3d1c-0aa7-4331-8288-9ae242f9131d", "externalId": "raz", "price": { "net": 0, "tax": 0, "gross": 0 } }, "user": { "id": "f8d4d8ee-183b-4c8b-ba10-feb50a2dc2a8", "name": "Mateusz", "email": "m.kapiec@b2b.one", "phone": "11111" }, "organization": { "id": "838bed9a-8063-4e4c-93c3-f74b59fcaa5a", "clientId": "org:838bed9a-8063-4e4c-93c3-f74b59fcaa5a", "externalId": "" }, "notes": null, "systemComments": null, "orderChannel": "ONLINE", "status": "SENT", "supplyWarehouseId": "WRO", "authorizedPeople": [], "price": { "deliveryNet": 0, "productsNet": 1640, "additionalCosts": [ { "type": "weee_surcharge", "net": 92, "tax": 21.16, "gross": 113.16 } ], "totalNet": 1732, "totalTax": 21.16, "totalGross": 1753.16, "totalWithPaymentMethodNet": 1732, "totalWithPaymentMethodTax": 21.16, "totalWithPaymentMethodGross": 1753.16 }, "rfqAppliedCampaigns": [], "createDate": "2022-11-08T10:50:22Z" }