Order Create Webhook missing type

Hi,

I receive the type in Shopify’s Product Viewed and Add to Cart Pixel Event.

Similarly, I’ve implemented Order Creation Webhook, but I don’t receive a type.

Here’s a sample payload from Shopify itself for the product_viewed pixel event:

And this is Order Creation Webhook:

See the missing type or types.

As type is quite overloaded term in development and Shopify :sweat_smile: would you be able to explain what value you are specifically looking for here if possible please :folded_hands:

By type I mean, Product’s type.

For example, here’s a payload of Shopify Test Data Store I receive with Pixel Event “product_viewed”:

{
    "title": "The Complete Snowboard",
    "vendor": "Snowboard Vendor",
    "id": "7280428122202",
    "untranslatedTitle": "The Complete Snowboard",
    "url": "/products/the-complete-snowboard",
    "type": "snowboard"
}

See the type: snowboard

That is missing in

“orders/create”

Webhook topic payload