Hello @wriffle
To avoid this warning, you can update your request to use the “customer_id” property instead. The following is an example of a valid order creation request that does not generate a warning:
{
"order": {
"customer_id": CUSTOMER_ID_REDACTED,
"line_items": [
{
"variant_id": VARIANT_ID_REDACTED,
"quantity": 1
}
]
}
}
The shopify team is aware of it, and they must be working on a fix. In the meantime, you can avoid the warning by using the “customer_id” property instead of the “customer” property.