--- title: >- created_by_app and created_by_user fields on Metaobject and MetaobjectDefinition types - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/created_by_app-and-created_by_user-fields-on-metaobject-and-metaobjectdefinition-types md: >- https://shopify.dev/changelog/created_by_app-and-created_by_user-fields-on-metaobject-and-metaobjectdefinition-types.md metadata: effectiveApiVersion: null affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: false createdAt: '2023-11-09T13:46:16-05:00' postedAt: '2024-01-01T09:00:00-05:00' updatedAt: '2024-02-02T10:05:18-05:00' effectiveAt: '2024-01-01T09:00:00-05:00' --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2024 Tags: * API # created\_by\_app and created\_by\_user fields on Metaobject and MetaobjectDefinition types We are introducing two new fields in the `MetaobjectDefinition` type: * `createdByApp`: The app used to create the metaobject definition. * `createdByStaff`: The staff member who created the metaobject definition. Similarly, we are introducing two new fields in the `Metaobject` type: * `createdByApp`: The app used to create the object. * `createdByStaff`: The staff member who created the metaobject. Additionally, we are deprecating the `staffMember` field in the `Metaobject` type. This field is being deprecated, and the `createdByStaff` field should be used instead.