Releases: RatMD/laravel-ebay-sdk
Releases · RatMD/laravel-ebay-sdk
Version 0.2.2 (Alpha)
Version 0.2.2 (Alpha)
- Add: Support for Laravel 13.
- Update: Decommissioned
Campaign\LaunchCampaignresource as of MarketingAPI v1.23.0. - Update: Decommissioned
Campaign\SetupQuickCampaignresource as of MarketingAPI v1.23.0. - Update: Support settings
--dev-idonAuthorizeCommandArtisan command. - Update: Support new
--testingargument onAuthorizeCommandArtisan command. - Fix: Testing environment.
- Fix: Remove invalid
marketplace_idquery onAdvertisingEligibility\GetAdvertisingEligibilityAccountAPI resource.
Version 0.2.1 (Alpha)
Version 0.2.1 (Alpha)
- Add: New
OrderEarnings\GetOrderEarningsresource as of FinancesAPI v1.19.0. - Add: New
OrderEarnings\GtOrderEarningsByIdresource as of FinancesAPI v1.19.0. - Add: New
OrderEarnings\GetOrderEarningsSummaryresource as of FinancesAPI v1.19.0.
Version 0.2.0 (Alpha)
Version 0.2.0 (Alpha)
- Add: New Marketplace Deletion Service / Controller and routes.
- Add: New
MarketplaceAccountDeletionReceivedevent to handle Marketplace Deletions. - Add: New
ebay:marketplace-token/GenerateMarketplaceDeletionTokenCommandcommand to generate a verification token. - Add: New
CombinedShippingRules\CreateCalculatedShippingRulesresource as of AccountAPI v2.2.0. - Add: New
CombinedShippingRules\CreateFlatShippingRulesresource as of AccountAPI v2.2.0. - Add: New
CombinedShippingRules\CreatePromotionalShippingRuleresource as of AccountAPI v2.2.0. - Add: New
CombinedShippingRules\GetCombinedShippingRulesresource as of AccountAPI v2.2.0. - Add: New
CombinedShippingRules\UpdateCalculatedShippingRulesresource as of AccountAPI v2.2.0. - Add: New
CombinedShippingRules\UpdateCombinedPaymentsresource as of AccountAPI v2.2.0. - Add: New
CombinedShippingRules\UpdateFlatShippingRulesresource as of AccountAPI v2.2.0. - Add: New
CombinedShippingRules\UpdatePromotionalShippingRuleresource as of AccountAPI v2.2.0. - Add: New
UserPreferences\GetUserPreferencesresource as of AccountAPI v2.2.0. - Add: New
UserPreferences\SetUserPreferencesresource as of AccountAPI v2.2.0. - Add: New
BillingActivity\GetBillingActivitiesresource as of FinancesAPI v1.18.0. - Add: New
Marketplace\GetMinimumListingPricePoliciesresource as of MetadataAPI v1.13.0. - Update: Remove
Dispatchable/InteractsWithSocketsstub remaining from notifications / events. - Fix: Deprecated / Wrong
OAuthAuthenticationinstance onAuthorizeCommand.
Version 0.1.8 (Alpha)
- Fix: Wrong baseUrl used on
FulfillmentAPI\Order\*APIs. - Fix: Wrong PATHs used on
FulfillmentAPI\*APIs.
Version 0.1.7 (Alpha)
- Fix: page number never increase on
SyncListingsServicepayload.
Version 0.1.6 (Alpha)
- 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 onSyncListingsHandler. - Update:
try {} catch {}wrapper around primarySyncListingsHandlercallbacks. - Fix:
onFinishcallback onSyncListingsHandlerhas never been called.
Version 0.1.5 (Alpha)
- Fix: Ensure
inttyping onTraditionalAPIRequest::siteId.
Version 0.1.4 (Alpha)
- Fix: Type
sideId()onTraditionalAPIRequestmethod name. - Fix: Access to protected properties on
TraditionalAPIRequest.
Version 0.1.3 (Alpha)
- Fix: Set
"default"queue name, when not set.
Version 0.1.2 (Alpha)
- Fix:
Environmentnamespace.