Hi there,
I just started getting these errors when using orderCreate - GraphQL Admin on a development store
[{"message" => "This app is not approved to use the address1 field. See https://shopify.dev/docs/apps/launch/protected-customer-data for more details.", "locations" => [{"line" => 12, "column" => 9}], "path" => ["orderCreate", "order", "shippingAddress", "address1"], "extensions" => {"code" => "ACCESS_DENIED", "documentation" => "https://shopify.dev/docs/apps/launch/protected-customer-data", "requiredAccess" => "Shopify approval is required before using the address1 field."}}, {"message" => "This app is not approved to use the address2 field. See https://shopify.dev/docs/apps/launch/protected-customer-data for more details.", "locations" => [{"line" => 13, "column" => 9}], "path" => ["orderCreate", "order", "shippingAddress", "address2"], "extensions" => {"code" => "ACCESS_DENIED", "documentation" => "https://shopify.dev/docs/apps/launch/protected-customer-data", "requiredAccess" => "Shopify approval is required before using the address2 field."}}, {"message" => "This app is not approved to use the firstName field. See https://shopify.dev/docs/apps/launch/protected-customer-data for more details.", "locations" => [{"line" => 16, "column" => 9}], "path" => ["orderCreate", "order", "shippingAddress", "firstName"], "extensions" => {"code" => "ACCESS_DENIED", "documentation" => "https://shopify.dev/docs/apps/launch/protected-customer-data", "requiredAccess" => "Shopify approval is required before using the firstName field."}}, {"message" => "This app is not approved to use the lastName field. See https://shopify.dev/docs/apps/launch/protected-customer-data for more details.", "locations" => [{"line" => 17, "column" => 9}], "path" => ["orderCreate", "order", "shippingAddress", "lastName"], "extensions" => {"code" => "ACCESS_DENIED", "documentation" => "https://shopify.dev/docs/apps/launch/protected-customer-data", "requiredAccess" => "Shopify approval is required before using the lastName field."}}, {"message" => "This app is not approved to use the phone field. See https://shopify.dev/docs/apps/launch/protected-customer-data for more details.", "locations" => [{"line" => 18, "column" => 9}], "path" => ["orderCreate", "order", "shippingAddress", "phone"], "extensions" => {"code" => "ACCESS_DENIED", "documentation" => "https://shopify.dev/docs/apps/launch/protected-customer-data", "requiredAccess" => "Shopify approval is required before using the phone field."}}, {"message" => "This app is not approved to use the zip field. See https://shopify.dev/docs/apps/launch/protected-customer-data for more details.", "locations" => [{"line" => 20, "column" => 9}], "path" => ["orderCreate", "order", "shippingAddress", "zip"], "extensions" => {"code" => "ACCESS_DENIED", "documentation" => "https://shopify.dev/docs/apps/launch/protected-customer-data", "requiredAccess" => "Shopify approval is required before using the zip field."}}]
How do I use a test app to test creating orders on a development store?