Our APP have deprecation notice https://prnt.sc/blGFziGoIGqv
However the changes affects only Order Rest API and includes:
The following customer object properties on the REST Admin API’s Order resource are deprecated:
- last_order_id
- last_order_name
- orders_count
- total_spent
The following other line item object properties on the REST Admin API’s Order resource are deprecated:
- origin_location
- destination_location
The following object property on the REST Admin API’s Order resource is deprecated:
- total_price_usd
However we are using Orders for creating orders in Shopify and such fields are not included.
Payload attached:
{
"order":{
"note_attributes":[
{
"name":"Marketplace Order ID",
"value":"21232-09512356-12342575"
},
{
"name":"Account",
"value":"eBay UK"
},
{
"name":"Buyer User ID",
"value":"m123o12r-123-12335"
},
{
"name":"Selling Manager SalesRecordNumber",
"value":"931233995"
},
{
"name":"Shipping Service",
"value":"UK_OtherCourierOrDeliveryInternational"
}
],
"send_receipt":false,
"send_fulfillment_receipt":false,
"checkout_id":"1564373912305702",
"source_identifier":"22-09556-42575",
"inventory_behaviour":"decrement_ignoring_policy",
"created_at":"2023-01-09T13:15:32+00:00",
"currency":"GBP",
"email":"2d4f311851d06e20e697@members.ebay.com",
"note":125235,
"taxes_included":true,
"financial_status":"paid",
"fulfillment_status":null,
"total_tax":"6.98",
"line_items":[
{
"variant_id":"39772366635216",
"properties":[
{
"name":"ChannelItemID",
"value":"362485819112"
}
],
"quantity":"3",
"price":"1.65",
"fulfillment_service":"manual",
"variant_inventory_management":"shopify",
"tax_lines":[
{
"price":"0.99",
"rate":0.25,
"title":"Item VAT"
}
]
}
],
"customer":{
"first_name":"Morten",
"last_name":"Test",
"email":"2d4f3131232111851d06e20e697@members.ebay.com"
},
"billing_address":{
"first_name":"Morten",
"address1":"Test",
"phone":"1234",
"city":"test",
"zip":"7250",
"province":"",
"country":"Norway",
"company":"",
"last_name":"Test",
"address2":"",
"name":"Morten TEst",
"country_code":"NO"
},
"shipping_address":{
"first_name":"Morten",
"address1":"Test",
"phone":"123",
"city":"Test",
"zip":"7250",
"province":"",
"country":"Norway",
"last_name":"Reitan",
"address2":"VOEC:NO:2024926",
"name":"Morten Reitan",
"country_code":"NO"
},
"fulfillments":[
],
"shipping_lines":[
{
"code":"Ebay UK_OtherCourierOrDeliveryInternational",
"title":"Ebay UK_OtherCourierOrDeliveryInternational",
"price":29.97,
"source":"shopify",
"tax_lines":[
{
"price":"5.99",
"rate":0.25,
"title":"Shipping VAT"
}
]
}
],
"transactions":[
{
"kind":"capture",
"status":"success",
"currency":"GBP",
"gateway":"ebay",
"amount":"34.9200"
}
]
}
}
Could you please advise why we have received the noticed
