productVideoReorder
Changes ordering of the product videos.
productVideoReorder(
productId: ID!
videosIds: [ID!]!
): ProductVideoReorder
Arguments
productVideoReorder.productId ● ID! non-null scalar
Id of product that videos order will be altered.
productVideoReorder.videosIds ● [ID!]! non-null scalar
IDs of a product videos in the desired order.
Type
ProductVideoReorder object
Changes ordering of the product videos.