put https://api.criteo.com/2024-01/retail-media/line-items//bid-multipliers
Replace bid multipliers on a line item
Log in to see full request history
Response
Replace bid multipliers on a line item
xxxxxxxxxx
10OkHttpClient client = new OkHttpClient();
Request request = new Request.Builder()
.url("https://api.criteo.com/2024-01/retail-media/line-items//bid-multipliers")
.put(null)
.addHeader("accept", "application/json")
.addHeader("content-type", "application/json")
.build();
Response response = client.newCall(request).execute();
Try It!
to start a request and see the response here! Or choose an example: