|
|
@@ -45,6 +45,8 @@ class SaveCheckoutCartInput
|
|
|
#[ApiProperty(description: 'Shipping insurance toggle. Pass "-1" to leave unchanged, "1" to apply, empty string to remove.')]
|
|
|
#[SerializedName('useShippingInsurance')]
|
|
|
public ?string $useShippingInsurance = null;
|
|
|
+
|
|
|
+ #[Groups(['mutation'])]
|
|
|
#[ApiProperty(description: 'Reward points to redeem against the order total. Pass "-1" to leave unchanged, "0" to remove.')]
|
|
|
#[SerializedName('rewardPoints')]
|
|
|
public ?int $rewardPoints = null;
|