Skip to content

Releases: RatMD/laravel-ebay-sdk

Version 0.2.2 (Alpha)

01 Apr 13:29

Choose a tag to compare

Version 0.2.2 (Alpha) Pre-release
Pre-release

Version 0.2.2 (Alpha)

  • Add: Support for Laravel 13.
  • Update: Decommissioned Campaign\LaunchCampaign resource as of MarketingAPI v1.23.0.
  • Update: Decommissioned Campaign\SetupQuickCampaign resource as of MarketingAPI v1.23.0.
  • Update: Support settings --dev-id on AuthorizeCommand Artisan command.
  • Update: Support new --testing argument on AuthorizeCommand Artisan command.
  • Fix: Testing environment.
  • Fix: Remove invalid marketplace_id query on AdvertisingEligibility\GetAdvertisingEligibility AccountAPI resource.

Version 0.2.1 (Alpha)

17 Mar 09:01

Choose a tag to compare

Version 0.2.1 (Alpha) Pre-release
Pre-release

Version 0.2.1 (Alpha)

  • Add: New OrderEarnings\GetOrderEarnings resource as of FinancesAPI v1.19.0.
  • Add: New OrderEarnings\GtOrderEarningsById resource as of FinancesAPI v1.19.0.
  • Add: New OrderEarnings\GetOrderEarningsSummary resource as of FinancesAPI v1.19.0.

Version 0.2.0 (Alpha)

16 Mar 13:00

Choose a tag to compare

Version 0.2.0 (Alpha) Pre-release
Pre-release

Version 0.2.0 (Alpha)

  • Add: New Marketplace Deletion Service / Controller and routes.
  • Add: New MarketplaceAccountDeletionReceived event to handle Marketplace Deletions.
  • Add: New ebay:marketplace-token / GenerateMarketplaceDeletionTokenCommand command to generate a verification token.
  • Add: New CombinedShippingRules\CreateCalculatedShippingRules resource as of AccountAPI v2.2.0.
  • Add: New CombinedShippingRules\CreateFlatShippingRules resource as of AccountAPI v2.2.0.
  • Add: New CombinedShippingRules\CreatePromotionalShippingRule resource as of AccountAPI v2.2.0.
  • Add: New CombinedShippingRules\GetCombinedShippingRules resource as of AccountAPI v2.2.0.
  • Add: New CombinedShippingRules\UpdateCalculatedShippingRules resource as of AccountAPI v2.2.0.
  • Add: New CombinedShippingRules\UpdateCombinedPayments resource as of AccountAPI v2.2.0.
  • Add: New CombinedShippingRules\UpdateFlatShippingRules resource as of AccountAPI v2.2.0.
  • Add: New CombinedShippingRules\UpdatePromotionalShippingRule resource as of AccountAPI v2.2.0.
  • Add: New UserPreferences\GetUserPreferences resource as of AccountAPI v2.2.0.
  • Add: New UserPreferences\SetUserPreferences resource as of AccountAPI v2.2.0.
  • Add: New BillingActivity\GetBillingActivities resource as of FinancesAPI v1.18.0.
  • Add: New Marketplace\GetMinimumListingPricePolicies resource as of MetadataAPI v1.13.0.
  • Update: Remove Dispatchable / InteractsWithSockets stub remaining from notifications / events.
  • Fix: Deprecated / Wrong OAuthAuthentication instance on AuthorizeCommand.

Version 0.1.8 (Alpha)

14 Jan 00:15

Choose a tag to compare

Version 0.1.8 (Alpha) Pre-release
Pre-release
  • Fix: Wrong baseUrl used on FulfillmentAPI\Order\* APIs.
  • Fix: Wrong PATHs used on FulfillmentAPI\* APIs.

Version 0.1.7 (Alpha)

13 Jan 23:19

Choose a tag to compare

Version 0.1.7 (Alpha) Pre-release
Pre-release
  • Fix: page number never increase on SyncListingsService payload.

Version 0.1.6 (Alpha)

13 Jan 14:35

Choose a tag to compare

Version 0.1.6 (Alpha) Pre-release
Pre-release
  • Add: New timeout(int $seconds, bool $failOnTimeout) method to control the timeout handling on the passed job.
  • Add: New onFailed(?Throwable $exception, SyncListingsContext $context) method on SyncListingsHandler.
  • Update: try {} catch {} wrapper around primary SyncListingsHandler callbacks.
  • Fix: onFinish callback on SyncListingsHandler has never been called.

Version 0.1.5 (Alpha)

13 Jan 13:50

Choose a tag to compare

Version 0.1.5 (Alpha) Pre-release
Pre-release
  • Fix: Ensure int typing on TraditionalAPIRequest::siteId.

Version 0.1.4 (Alpha)

13 Jan 13:30

Choose a tag to compare

Version 0.1.4 (Alpha) Pre-release
Pre-release
  • Fix: Type sideId() on TraditionalAPIRequest method name.
  • Fix: Access to protected properties on TraditionalAPIRequest.

Version 0.1.3 (Alpha)

13 Jan 12:33

Choose a tag to compare

Version 0.1.3 (Alpha) Pre-release
Pre-release
  • Fix: Set "default" queue name, when not set.

Version 0.1.2 (Alpha)

13 Jan 01:29

Choose a tag to compare

Version 0.1.2 (Alpha) Pre-release
Pre-release
  • Fix: Environment namespace.