@@ -2590,6 +2590,7 @@ types:
2590
2590
- collection_item_created
2591
2591
- collection_item_changed
2592
2592
- collection_item_deleted
2593
+ - collection_item_published
2593
2594
- collection_item_unpublished
2594
2595
- comment_created
2595
2596
docs : >
@@ -3252,15 +3253,6 @@ types:
3252
3253
[Subscription
3253
3254
plan](https://help.webflow.com/hc/en-us/articles/33961432087955-Add-and-manage-products-and-categories#subscription)
3254
3255
for the SKU
3255
- track-inventory :
3256
- type : optional<boolean>
3257
- docs : >-
3258
- A boolean indicating whether inventory for this product should be
3259
- tracked.
3260
- default : false
3261
- quantity :
3262
- type : optional<double>
3263
- docs : Quantity of SKU that will be tracked as items are ordered.
3264
3256
main-image :
3265
3257
type : optional<string>
3266
3258
docs : The URL for the main image of the SKU
@@ -4152,231 +4144,87 @@ types:
4152
4144
fieldData : SingleLocaleCreatedPayloadFieldData
4153
4145
source :
4154
4146
openapi : ../../../openapi/referenced-specs/v2.yml
4155
- LocalizedItem :
4156
- properties :
4157
- _cid :
4158
- type : string
4159
- docs : Collection ID the item belongs to
4160
- validation :
4161
- format : uuid
4162
- _id :
4163
- type : string
4164
- docs : Unique identifier for the item
4165
- validation :
4166
- format : uuid
4167
- _locale :
4168
- type : string
4169
- docs : Locale identifier for this version of the item
4170
- validation :
4171
- format : uuid
4172
- _draft :
4173
- type : boolean
4174
- docs : Whether the item is in draft state
4175
- _archived :
4176
- type : boolean
4177
- docs : Whether the item is archived
4178
- name :
4179
- type : string
4180
- docs : Name of the item
4181
- slug :
4182
- type : string
4183
- docs : URL-friendly version of the name
4184
- updated-on :
4185
- type : datetime
4186
- docs : Timestamp of last update
4187
- updated-by :
4188
- type : string
4189
- docs : Identifier of user who last updated the item
4190
- created-on :
4191
- type : datetime
4192
- docs : Timestamp of creation
4193
- created-by :
4194
- type : string
4195
- docs : Identifier of user who created the item
4196
- published-on :
4197
- type : optional<datetime>
4198
- docs : Timestamp of last publish, if published
4199
- published-by :
4200
- type : optional<string>
4201
- docs : Identifier of user who last published the item
4202
- source :
4203
- openapi : ../../../openapi/referenced-specs/v2.yml
4204
- MultiLocaleCreatedPayload :
4205
- properties :
4206
- siteId :
4207
- type : string
4208
- docs : Unique identifier of the site
4209
- validation :
4210
- format : uuid
4211
- workspaceId :
4212
- type : string
4213
- docs : Unique identifier of the workspace
4214
- validation :
4215
- format : uuid
4216
- collectionId :
4217
- type : string
4218
- docs : Unique identifier of the collection
4219
- validation :
4220
- format : uuid
4221
- cmsLocaleId :
4222
- type : optional<string>
4223
- docs : Unique identifier of the CMS locale for this item
4224
- validation :
4225
- format : uuid
4226
- fieldData :
4227
- type : map<string, LocalizedItem>
4228
- docs : Collection of localized items, keyed by locale index (0-n)
4229
- source :
4230
- openapi : ../../../openapi/referenced-specs/v2.yml
4231
- CollectionItemCreatedPayload :
4232
- discriminated : false
4233
- union :
4234
- - type : SingleLocaleCreatedPayload
4235
- - type : MultiLocaleCreatedPayload
4236
- source :
4237
- openapi : ../../../openapi/referenced-specs/v2.yml
4238
- inline : true
4239
4147
CollectionItemCreated :
4240
4148
docs : The Webhook payload for when a Collection Item is created
4241
4149
properties :
4242
4150
triggerType :
4243
4151
type : literal<"collection_item_created">
4244
4152
docs : The type of event that triggered the request
4245
- payload : CollectionItemCreatedPayload
4246
- source :
4247
- openapi : ../../../openapi/referenced-specs/v2.yml
4248
- SingleLocaleChangedPayloadFieldData :
4249
- properties :
4250
- name : string
4251
- slug : string
4252
- extra-properties : true
4153
+ payload :
4154
+ type : SingleLocaleCreatedPayload
4253
4155
source :
4254
4156
openapi : ../../../openapi/referenced-specs/v2.yml
4255
- inline : true
4256
- SingleLocaleChangedPayload :
4157
+ CollectionItemChanged :
4158
+ docs : The Webhook payload for when a Collection Item is changed
4257
4159
properties :
4258
- id :
4259
- type : string
4260
- docs : Unique identifier for the Item
4261
- validation :
4262
- format : uuid
4263
- workspaceId :
4264
- type : string
4265
- docs : Unique identifier of the workspace
4266
- validation :
4267
- format : uuid
4268
- siteId :
4269
- type : string
4270
- docs : Unique identifier of the site
4271
- validation :
4272
- format : uuid
4273
- collectionId :
4274
- type : string
4275
- docs : Unique identifier of the collection
4276
- validation :
4277
- format : uuid
4278
- cmsLocaleId :
4279
- type : optional<string>
4280
- docs : Unique identifier of the CMS locale for this item
4281
- validation :
4282
- format : uuid
4283
- lastPublished :
4284
- type : optional<datetime>
4285
- lastUpdated :
4286
- type : optional<datetime>
4287
- createdOn :
4288
- type : optional<datetime>
4289
- isArchived :
4290
- type : optional<boolean>
4291
- isDraft :
4292
- type : optional<boolean>
4293
- fieldData : SingleLocaleChangedPayloadFieldData
4160
+ triggerType :
4161
+ type : literal<"collection_item_changed">
4162
+ docs : The type of event that triggered the request
4163
+ payload :
4164
+ type : SingleLocaleCreatedPayload
4294
4165
source :
4295
4166
openapi : ../../../openapi/referenced-specs/v2.yml
4296
- MultiLocaleChangedPayloadFieldData :
4167
+ CollectionItemRemovedPayloadFieldData :
4297
4168
properties :
4298
4169
name : string
4299
4170
slug : string
4300
- _locale :
4301
- type : string
4302
- docs : Locale identifier for this version of the item
4303
- validation :
4304
- format : uuid
4305
4171
extra-properties : true
4306
4172
source :
4307
4173
openapi : ../../../openapi/referenced-specs/v2.yml
4308
4174
inline : true
4309
- MultiLocaleChangedPayload :
4175
+ CollectionItemRemovedPayload :
4176
+ docs : The payload of data sent from Webflow
4310
4177
properties :
4311
4178
id :
4312
- type : string
4313
- docs : Unique identifier for the Item
4314
- validation :
4315
- format : uuid
4316
- workspaceId :
4317
- type : string
4318
- docs : Unique identifier of the workspace
4319
- validation :
4320
- format : uuid
4179
+ type : optional<string>
4180
+ docs : The ID of the collection item that was deleted
4321
4181
siteId :
4322
- type : string
4323
- docs : Unique identifier of the site
4324
- validation :
4325
- format : uuid
4182
+ type : optional<string>
4183
+ docs : The ID of the site
4184
+ workspaceId :
4185
+ type : optional<string>
4186
+ docs : The ID of the workspace
4326
4187
collectionId :
4327
- type : string
4328
- docs : Unique identifier of the collection
4329
- validation :
4330
- format : uuid
4188
+ type : optional<string>
4189
+ docs : The ID of the collection
4331
4190
cmsLocaleId :
4332
4191
type : optional<string>
4333
4192
docs : Unique identifier of the CMS locale for this item
4334
4193
validation :
4335
4194
format : uuid
4336
- lastPublished :
4337
- type : optional<datetime>
4338
- lastUpdated :
4339
- type : optional<datetime>
4340
- createdOn :
4341
- type : optional<datetime>
4342
- isArchived :
4343
- type : optional<boolean>
4344
- isDraft :
4345
- type : optional<boolean>
4346
- fieldData : MultiLocaleChangedPayloadFieldData
4347
- source :
4348
- openapi : ../../../openapi/referenced-specs/v2.yml
4349
- CollectionItemChangedPayload :
4350
- discriminated : false
4351
- union :
4352
- - type : SingleLocaleChangedPayload
4353
- - type : MultiLocaleChangedPayload
4195
+ lastPublished : optional<datetime>
4196
+ lastUpdated : optional<datetime>
4197
+ createdOn : optional<datetime>
4198
+ isArchived : optional<boolean>
4199
+ isDraft : optional<boolean>
4200
+ fieldData : optional<CollectionItemRemovedPayloadFieldData>
4354
4201
source :
4355
4202
openapi : ../../../openapi/referenced-specs/v2.yml
4356
4203
inline : true
4357
- CollectionItemChanged :
4358
- docs : The Webhook payload for when a Collection Item is changed
4204
+ CollectionItemRemoved :
4359
4205
properties :
4360
4206
triggerType :
4361
- type : literal<"collection_item_changed" >
4207
+ type : optional<string >
4362
4208
docs : The type of event that triggered the request
4363
- payload : CollectionItemChangedPayload
4209
+ payload :
4210
+ type : optional<CollectionItemRemovedPayload>
4211
+ docs : The payload of data sent from Webflow
4364
4212
source :
4365
4213
openapi : ../../../openapi/referenced-specs/v2.yml
4366
- CollectionItemRemovedPayloadFieldData :
4214
+ PayloadFieldData :
4367
4215
properties :
4368
4216
name : string
4369
4217
slug : string
4370
4218
extra-properties : true
4371
4219
source :
4372
4220
openapi : ../../../openapi/referenced-specs/v2.yml
4373
4221
inline : true
4374
- CollectionItemRemovedPayload :
4222
+ Payload :
4375
4223
docs : The payload of data sent from Webflow
4376
4224
properties :
4377
4225
id :
4378
4226
type : optional<string>
4379
- docs : The ID of the collection item that was deleted
4227
+ docs : The ID of the collection item that was unpublished
4380
4228
siteId :
4381
4229
type : optional<string>
4382
4230
docs : The ID of the site
@@ -4396,18 +4244,15 @@ types:
4396
4244
createdOn : optional<datetime>
4397
4245
isArchived : optional<boolean>
4398
4246
isDraft : optional<boolean>
4399
- fieldData : optional<CollectionItemRemovedPayloadFieldData >
4247
+ fieldData : optional<PayloadFieldData >
4400
4248
source :
4401
4249
openapi : ../../../openapi/referenced-specs/v2.yml
4402
- inline : true
4403
- CollectionItemRemoved :
4250
+ CollectionItemPublished :
4404
4251
properties :
4405
4252
triggerType :
4406
4253
type : optional<string>
4407
4254
docs : The type of event that triggered the request
4408
- payload :
4409
- type : optional<CollectionItemRemovedPayload>
4410
- docs : The payload of data sent from Webflow
4255
+ payload : optional<Payload>
4411
4256
source :
4412
4257
openapi : ../../../openapi/referenced-specs/v2.yml
4413
4258
CollectionItemUnpublishedPayloadFieldData :
0 commit comments