Close
    logoPlayHQ Webhook Documentation

    Merchandise Orders

    Last update: 18 minutes ago by Nazar32Reading time: 2 min

    Data to be included in file

    Field Name in FileField DescriptionSample DataField TypeSizeIsNullableComments
    idMerchandise Order Line Item UUID9f7f5a82-f7bb-11ea-adc1-0242ac120002UUIDNo
    • Each Merchandise Order Line Item UUID will be unique in this file.
    merchandiseOrderIdMerchandise Order UUIDed6e7051-ee4b-4c58-82cd-9fe34a2609ffUUIDNo
    • Because there may be multiple merchandise order line items in a single order, the Merchandise Order UUID may be repeated in the file
    numericalOrderIdNumerical order Id assigned to an order12345678IntegerNo
    • This is the “user friendly” Id for the order
    registrationIdUUID of the registration that the merchandise order is associated with75g9e86a-f73c-11ea-adc1-0242ac120002UUIDNo
    • As with the Merchandise Order UUID, there may be multiple merchandise order line items in a single order, and the Registration UUID may be repeated in the file, as a result
    productVariantIdUUID of the registration that the merchandise order is associated with3e8363e4-f38e-4199-b247-c28347401326UUIDNo
    • Because product variants will be purchased by many different registrants, the Product Variant UUID may be repeated in the file
    quantityQuantity of the product variant selected by the registrant2IntegerNo
    orderDateDate/time the merchandise order was completed2020-08-27T06:29:54.400000000ZStringNo
    • String is an ISO 8601 DateTime in UTC timezone
    shippingAddressShipping Address for order item123 St.StringYes
    • This will only be populated for a row if the product that the product variant is related to has a fulfilmentMethod = “Delivery”; else this field will be null
    shippingSuburbShipping Suburb for order itemHillarysStringYes
    • This will only be populated for a row if the product that the product variant is related to has a fulfilmentMethod = “Delivery”; else this field will be null
    shippingPostcodeShipping Postcode for order item6025StringYes
    • This will only be populated for a row if the product that the product variant is related to has a fulfilmentMethod = “Delivery”; else this field will be null
    shippingStateShipping State for order itemWAStringYes
    • This will only be populated for a row if the product that the product variant is related to has a fulfilmentMethod = “Delivery”; else this field will be null
    shippingCountryShipping Country for order itemAustraliaStringYes
    • This will only be populated for a row if the product that the product variant is related to has a fulfilmentMethod = “Delivery”; else this field will be null
    createdAtDate/time the merchandise order was created2020-08-27T06:29:54.400000000ZStringNo
    • String is an ISO 8601 DateTime in UTC timezone
    updatedAtDate/time the merchandise order was last updated2020-08-27T06:29:54.400000000ZStringNo
    • String is an ISO 8601 DateTime in UTC timezone
    Webhooks — Previous
    Webhook Structure
    Next — Data Warehouse Integration Solution
    Organisations