Hi there,
I wanted to know how i can update Delivery method (“shipping_lines”) in API Post request :
{
"order":{
"line_items":[
{
"variant_id":41075873120427,
"quantity":1
}
]
},
"shipping_lines":[
{
"id":3415903010987,
"carrier_identifier":null,
"code":"Gratuit",
"delivery_category":null,
"discounted_price":"0.00",
"discounted_price_set":{
"shop_money":{
"amount":"0.00",
"currency_code":"EUR"
},
"presentment_money":{
"amount":"0.00",
"currency_code":"EUR"
}
},
"phone":null,
"price":"0.00",
"price_set":{
"shop_money":{
"amount":"0.00",
"currency_code":"EUR"
},
"presentment_money":{
"amount":"0.00",
"currency_code":"EUR"
}
},
"requested_fulfillment_service_id":null,
"source":"shopify",
"title":"Gratuit",
"tax_lines":[
],
"discount_allocations":[
]
}
]
}
Thanks