Download the PHP package diller-loyalty/php-sdk without Composer
On this page you can find all versions of the php package diller-loyalty/php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diller-loyalty/php-sdk
More information about diller-loyalty/php-sdk
Files in diller-loyalty/php-sdk
Download diller-loyalty/php-sdk
More information about diller-loyalty/php-sdk
Files in diller-loyalty/php-sdk
Vendor diller-loyalty
Package php-sdk
Short Description PHP SDK for Diller API
License proprietary
Homepage https://diller.io
Package php-sdk
Short Description PHP SDK for Diller API
License proprietary
Homepage https://diller.io
Please rate this library. Is it a good library?
Informations about the package php-sdk
DillerAPI
The official Diller Retailer API (beta version)
Last Updated: 2024-08-12T18:08:52
This PHP package is automatically generated by the Swagger Codegen project:
- API version: v2.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
Requirements
PHP 8.1 and later Guzzle 7.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
CouponsApi | cancelCouponReservation | POST /api/v2.0/stores/{storeId}/members/{memberId}/coupons/{couponCode}/cancel-reservation | This endpoint should be called when a transaction is completed or cancelled to release the coupon reservation and avoid making it unavailable for other transactions. |
CouponsApi | getMemberCoupons | GET /api/v2.0/stores/{storeId}/members/{memberId}/coupons | This endpoint retrieves available coupons for a specific member. |
CouponsApi | getStoreCoupons | GET /api/v2.0/stores/{storeId}/coupons | Retrieves store coupons. By default it only retrieves active coupons. |
CouponsApi | reserveCoupon | POST /api/v2.0/stores/{storeId}/members/{memberId}/coupons/{couponCode}/reserve | This endpoint enables users to reserve a coupon for their pending orders, thereby ensuring that the coupon cannot be used for any other transactions. |
CouponsApi | validateCoupon | GET /api/v2.0/stores/{storeId}/members/{memberId}/coupons/{couponCode}/validate | This endpoint validates a coupon code for a specific member. |
InvitationsApi | getInvitedFriends | GET /api/v2.0/stores/{storeId}/members/{memberId}/invited-friends | Returns a list of all invited friends |
InvitationsApi | getReferrals | GET /api/v2.0/stores/{storeId}/members/{memberId}/invited-friend | Returns an invited friend by invitation token |
MembersApi | deleteMember | DELETE /api/v2.0/stores/{storeId}/members/{memberId} | This endpoint deletes a member. Note that while the member may not be immediately removed from the system, they will be marked for deletion and permanently removed after a period of 10 days. |
MembersApi | enrollMember | POST /api/v2.0/stores/{storeId}/members/enroll | Enrolls a member into the Loyalty Program. This will create a new member in the system and send an activation link via SMS to the member. If the member already exists, and GDPR is not accepted yet then a new activation link will be sent. If the store does not have SMS enabled, the activation link will be sent by email. |
MembersApi | getDependents | GET /api/v2.0/stores/{storeId}/members/{memberId}/dependents | Retrieves a member's dependents |
MembersApi | getMemberByFilter | GET /api/v2.0/stores/{storeId}/members/search | Searchs members by email, phone number, activation token or any other identifier (country dependant - eg. SSN, licence plate, National ID) |
MembersApi | getMemberById | GET /api/v2.0/stores/{storeId}/members/{memberId} | Get member by id |
MembersApi | getWidgetProfile | GET /api/v2.0/stores/{storeId}/members/{memberId}/widgets/profile | Get member widget details |
MembersApi | loginOTP | POST /api/v2.0/stores/{storeId}/members/{memberId}/login-otp | Sends a login OTP code that allows the member to login without the password. |
MembersApi | loginOtpVerification | POST /api/v2.0/stores/{storeId}/members/{memberId}/login-otp-verification | Handles the verification of a One-Time Password (OTP) code during the login process. |
MembersApi | registerMember | POST /api/v2.0/stores/{storeId}/members | Adds a new member to the store. This will create a new member and automatically add him to the Loyalty Program, followed by a welcome SMS. If the store is not configured to send SMS, a welcome email is sent instead. |
MembersApi | resetPhone | POST /api/v2.0/stores/{storeId}/members/{memberId}/reset-phone | Initiates the process of resetting or changing the member's phone number. |
MembersApi | resetPhoneVerification | POST /api/v2.0/stores/{storeId}/members/{memberId}/reset-phone-verification | Finishes the process of resetting or changing the member's phone number. |
MembersApi | updateDependents | POST /api/v2.0/stores/{storeId}/members/{memberId}/dependents | Atomically add, update, or delete dependent objects. The dependent collection should represent all members' dependents. To add a new dependent, set the id field to 0. To update a dependent, send the entire dependent object. To delete a dependent, remove it from the list. |
MembersApi | updateMember | PUT /api/v2.0/stores/{storeId}/members/{memberId} | Updates the member's data that is on the payload. |
MembershipLevelApi | getStoreMembershipLevel | GET /api/v2.0/stores/{storeId}/membership-level | Retrieve store membership level information |
NonEligibleProductsApi | addBatchNonEligibleProducts | POST /api/v2.0/stores/{storeId}/non-eligible-products | Add a batch of non-eligible products for a specific store, with a maximum limit of 100 products. |
NonEligibleProductsApi | deleteNonEligibleProduct | DELETE /api/v2.0/stores/{storeId}/non-eligible-products/{nonEligibleProductId} | Deletes a non-eligible product. |
NonEligibleProductsApi | getNonEligibleProducts | GET /api/v2.0/stores/{storeId}/non-eligible-products | Gets a paginated list of non-eligible products. |
NonEligibleProductsApi | updateBatchNonEligibleProducts | PUT /api/v2.0/stores/{storeId}/non-eligible-products | Update a batch of non-eligible products for a specific store, with a maximum limit of 100 products. |
StampCardsApi | cancelStampReservation | POST /api/v2.0/stores/{storeId}/members/{memberId}/stamp-cards/{stampId}/cancel-reservation | The 'cancel-reservation' endpoint is deprecated and should not be used, as it will be removed soon |
StampCardsApi | getMemberStampCards | GET /api/v2.0/stores/{storeId}/members/{memberId}/stamp-cards | Get member active stamp cards |
StampCardsApi | getStoreStamps | GET /api/v2.0/stores/{storeId}/stamp-cards | Retrieves store stamp cards. By default it only retrieves active stamp cards. |
StampCardsApi | reserveStamp | POST /api/v2.0/stores/{storeId}/members/{memberId}/stamp-cards/{stampId}/reserve | This endpoint enables users to reserve a stamp for their pending orders, thereby ensuring that the stamp cannot be used for any other transactions. |
StoresApi | createDepartment | POST /api/v2.0/stores/{storeId}/departments | Add store department |
StoresApi | get | GET /api/v2.0/stores/{storeId} | Gets store |
StoresApi | getAll | GET /api/v2.0/stores | Get all stores that the client has access to |
StoresApi | getDepartments | GET /api/v2.0/stores/{storeId}/departments | Get store departments |
StoresApi | getSegments | GET /api/v2.0/stores/{storeId}/segments | Retrieves all store's segments |
TransactionsApi | cancelTransaction | POST /api/v2.0/stores/{storeId}/transactions/{externalTransactionId}/cancel | Cancel transaction |
TransactionsApi | createRefundTransaction | POST /api/v2.0/stores/{storeId}/members/{memberId}/transactions/{transactionId}/refund | Allows for the partial refund of a previous transaction, without taking into account any coupons or stamp cards applied earlier. |
TransactionsApi | createTransaction | POST /api/v2.0/stores/{storeId}/members/{memberId}/transactions | Creates transaction |
Documentation For Models
- ActionResponse
- AddNonEligibleBatchError
- AddNonEligibleProductRequest
- Address
- ApiError
- CancelationReason
- Consent
- CouponCancelReservationRequest
- CouponDiscountType
- CouponReservationRequest
- CouponTarget
- CouponType
- CreateDepartmentRequest
- CreateRefundTransactionRequest
- CreateTransactionRequest
- Dependent
- EnrollMemberRequest
- ExternalCouponIdentifier
- Gender
- GlobalProductIdentifier
- GtinType
- InvitedFriendResponse
- LoginOtpVerificationRequest
- MemberAdditionalInfo
- MemberConsent
- MemberCouponResponse
- MemberIdentifier
- MemberMembershipDetail
- MemberProfileWidgetResponse
- MemberResponse
- MemberSegmentResponse
- MemberStampCard
- NonEligibleProductResponse
- NonEligibleProductResponsePaginatedDataResponse
- Origin
- PaymentDetails
- Phone
- PointsSystem
- ProductCategory
- ProductDetail
- RefundDetailRequest
- RegisterMemberRequest
- ResetPhoneVerificationRequest
- SegmentOption
- SegmentType
- SegmentValue
- StampCard
- StampReservationRequest
- StoreCouponResponse
- StoreDepartmentResponse
- StoreMembershipLevelResponse
- StoreResponse
- StoreSegmentResponse
- StoreStampCardResponse
- TransactionDetailRequest
- UpdateBatchStatus
- UpdateMemberRequest
- UpdateNonEligibleProductRequest
Documentation For Authorization
OAuth2
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes:
- ****:
Author
All versions of php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version >=7.5.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version >=7.5.0
The package diller-loyalty/php-sdk contains the following files
Loading the files please wait ....