fix: use UK_OtherCourier shipping service (UK_RoyalMailSecondClass invalid in sandbox)

This commit is contained in:
2026-04-17 01:57:12 +01:00
parent 53a4594e1c
commit 1a70e5f58a

View File

@@ -278,7 +278,7 @@ public class EbayListingService
{ {
sortOrder = 1, sortOrder = 1,
shippingCarrierCode = "ROYALMAIL", shippingCarrierCode = "ROYALMAIL",
shippingServiceCode = "UK_RoyalMailSecondClass", shippingServiceCode = "UK_OtherCourier",
shippingCost = new { value = "2.85", currency = "GBP" }, shippingCost = new { value = "2.85", currency = "GBP" },
additionalShippingCost = new { value = "0.00", currency = "GBP" } additionalShippingCost = new { value = "0.00", currency = "GBP" }
} }