Create a delivery quotepost https://example.com/v1/deliveries/quotesThis request initiates the process of quote creation.Body Paramsstore_idstringrequiredThe parent identifier of the store.delivery_detailsobjectrequiredThe delivery address, including the latitude and longitude of the location. This value is mandatory for delivery orders. Delivery orders have an order_service value of "D" or "PD".delivery_details objectpickupobjectrequiredAn object that contains the start and end date and time allowed for pickup of an order.pickup objectdropoffobjectrequiredAn object that represents dropoff start and end date time.dropoff objectcustomerobjectrequiredAn object that represents the interval of time allowed for pickup. The interval is specified by date-time information that indicates the beginning and end of the time period.customer objectorder_totalobjectrequiredorder_total objectHeadersWM_CONSUMER.IDstringrequiredThe Walmart consumer identifier (ID) of the tenant. The tenant must submit this ID in the header of every request. Example: "2d6cf199-9b07-4350-bb2b9-0db3c2"Response 200The request was successful and includes an array of quotes from carriers.Updated about 1 year ago